Преглед изворни кода

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

Xabier de Zuazo пре 11 година
родитељ
комит
7395a8c3d9
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {