diff doc/dovecot-ldap-example.conf @ 8706:e2251b0bd12b HEAD

dovecot-ldap-example.conf: Updated dn and dnpass comments.
author Timo Sirainen <tss@iki.fi>
date Mon, 02 Feb 2009 19:03:25 -0500
parents ffcb2fb59c1d
children 7fa454048160
line wrap: on
line diff
--- a/doc/dovecot-ldap-example.conf	Mon Feb 02 19:00:50 2009 -0500
+++ b/doc/dovecot-ldap-example.conf	Mon Feb 02 19:03:25 2009 -0500
@@ -20,10 +20,11 @@
 # setting isn't supported by all LDAP libraries.
 #uris = 
 
-# Distinguished Name - the username used to login to the LDAP server
+# Distinguished Name - the username used to login to the LDAP server.
+# Leave it commented out to bind anonymously (useful with auth_bind=yes).
 #dn = 
 
-# Password for LDAP server
+# Password for LDAP server, if dn is specified.
 #dnpass = 
 
 # Use SASL binding instead of the simple binding. Note that this changes