changeset 1196:eb2c2da659df HEAD

notes about userPassword
author Timo Sirainen <tss@iki.fi>
date Wed, 19 Feb 2003 13:47:15 +0200
parents 789b0346308e
children e86f259048cf
files doc/dovecot-ldap.conf
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/dovecot-ldap.conf	Wed Feb 19 13:28:56 2003 +0200
+++ b/doc/dovecot-ldap.conf	Wed Feb 19 13:47:15 2003 +0200
@@ -1,3 +1,14 @@
+# 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:
+
+# access to attribute=userPassword
+#        by dn="<dovecot's dn>" read # add this
+#        by anonymous auth
+#        by self write
+#        by * none
+
 # Space separated list of LDAP hosts to use. host:port is allowed too.
 #hosts = localhost