Browse Source

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

Xabier de Zuazo 10 years ago
parent
commit
7395a8c3d9
1 changed files with 1 additions and 1 deletions
  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 -%>
 <% end -%>
 
 
-<% if Dovecot::Auth.has_userdb?(@auth['userwdfile']) -%>
+<% if Dovecot::Auth.has_userdb?(@auth['passwdfile']) -%>
 <%=  Dovecot::Conf.authdb('passwd-file', 'userdb', @auth['passwdfile']['userdb']) %>
 <%=  Dovecot::Conf.authdb('passwd-file', 'userdb', @auth['passwdfile']['userdb']) %>
 <% else -%>
 <% else -%>
 userdb {
 userdb {