[dovecot-cvs] dovecot/doc dovecot-ldap.conf,1.12,1.13

cras at dovecot.org cras at dovecot.org
Fri Dec 30 17:43:40 EET 2005


Update of /var/lib/cvs/dovecot/doc
In directory talvi:/tmp/cvs-serv31655/doc

Modified Files:
	dovecot-ldap.conf 
Log Message:
Added authentication bind support. Patch by J.M. Maurer.
Also cleaned up the LDAP code a bit and made it possible for passdbs to
disable lookup_credentials in runtime.



Index: dovecot-ldap.conf
===================================================================
RCS file: /var/lib/cvs/dovecot/doc/dovecot-ldap.conf,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- dovecot-ldap.conf	10 Dec 2005 20:36:18 -0000	1.12
+++ dovecot-ldap.conf	30 Dec 2005 15:43:38 -0000	1.13
@@ -1,7 +1,7 @@
-# NOTE: We don't support "authentication binds", so you'll have to give
-# dovecot-auth read access to userPassword field in LDAP server. With OpenLDAP
-# this is done by modifying /etc/ldap/slapd.conf. There should already be
-# something like this:
+# NOTE: If you're not using authentication binds (which is default), you'll
+# have to give dovecot-auth read access to userPassword field in LDAP server
+# With OpenLDAP this is done by modifying /etc/ldap/slapd.conf. There should
+# already be something like this:
 
 # access to attribute=userPassword
 #        by dn="<dovecot's dn>" read # add this
@@ -18,6 +18,11 @@
 # Password for LDAP server
 #dnpass = 
 
+# Use authentication binding for verifying password's validity. This works by
+# logging into LDAP server using the username and password given by client.
+# NOTE: pass_attrs option will (naturally) be ignored if you enable this.
+#auth_bind = no
+
 # LDAP protocol version to use. Likely 2 or 3.
 #ldap_version = 2
 



More information about the dovecot-cvs mailing list