From: Timo Sirainen Date: Tue, 3 Feb 2009 00:03:25 +0000 (-0500) Subject: dovecot-ldap-example.conf: Updated dn and dnpass comments. X-Git-Tag: 1.2.beta1~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d66e0afb14117e613c9eef035280d1ec947b39e6;p=thirdparty%2Fdovecot%2Fcore.git dovecot-ldap-example.conf: Updated dn and dnpass comments. --HG-- branch : HEAD --- diff --git a/doc/dovecot-ldap-example.conf b/doc/dovecot-ldap-example.conf index 16249f6fdc..d908f9cdb0 100644 --- a/doc/dovecot-ldap-example.conf +++ b/doc/dovecot-ldap-example.conf @@ -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