Parcourir la source

typo in auth-passwdfile.conf template (fixes #2)

Xabier de Zuazo il y a 11 ans
Parent
commit
7395a8c3d9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      templates/default/conf.d/auth-passwdfile.conf.ext.erb

+ 1 - 1
templates/default/conf.d/auth-passwdfile.conf.ext.erb

@@ -14,7 +14,7 @@ passdb {
 }
 <% end -%>
 
-<% if Dovecot::Auth.has_userdb?(@auth['userwdfile']) -%>
+<% if Dovecot::Auth.has_userdb?(@auth['passwdfile']) -%>
 <%=  Dovecot::Conf.authdb('passwd-file', 'userdb', @auth['passwdfile']['userdb']) %>
 <% else -%>
 userdb {