diff dovecot-example.conf @ 5310:b02f3ec21baf HEAD

blocking=yes setting was accidentally added to passdb passwd instead of userdb passwd.
author Timo Sirainen <tss@iki.fi>
date Wed, 14 Mar 2007 20:20:06 +0200
parents 8384f797c0fc
children fdcea7e3cf0c
line wrap: on
line diff
--- a/dovecot-example.conf	Wed Mar 14 20:14:31 2007 +0200
+++ b/dovecot-example.conf	Wed Mar 14 20:20:06 2007 +0200
@@ -825,10 +825,6 @@
   # configured in /etc/nsswitch.conf.
   # http://wiki.dovecot.org/AuthDatabase/Passwd
   #passdb passwd {
-    # [blocking=yes] - By default the lookups are done in the main dovecot-auth
-    # process. This setting causes the lookups to be done in auth worker
-    # proceses. Useful with remote NSS lookups that may block.
-    #args = 
   #}
 
   # /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays.
@@ -886,12 +882,16 @@
   # http://wiki.dovecot.org/UserDatabase
   #
 
-  # /etc/passwd or similar, using getpwnam()
-  # In many systems nowadays this uses Name Service Switch, which is
-  # configured in /etc/nsswitch.conf. WARNING: nss_ldap is known to be broken
-  # with Dovecot. Don't use it, or users might log in as each others!
+  # /etc/passwd or similar, using getpwnam(). In many systems nowadays this
+  # uses Name Service Switch, which is configured in /etc/nsswitch.conf.
   # http://wiki.dovecot.org/AuthDatabase/Passwd
   userdb passwd {
+    # [blocking=yes] - By default the lookups are done in the main dovecot-auth
+    # process. This setting causes the lookups to be done in auth worker
+    # proceses. Useful with remote NSS lookups that may block.
+    # NOTE: Be sure to use this setting with nss_ldap or users might get
+    # logged in as each others!
+    #args = 
   }
 
   # passwd-like file with specified location