瀏覽代碼

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 {