comparison doc/dovecot-ldap-example.conf @ 6146:bc5fdab698e3 HEAD

Use \ for splitting long values to multiple lines.
author Timo Sirainen <tss@iki.fi>
date Wed, 25 Jul 2007 09:03:58 +0300
parents 526d1a860b13
children 1cbaa724aba8
comparison
equal deleted inserted replaced
6145:5ec02199ff4a 6146:bc5fdab698e3
104 104
105 # If you wish to avoid two LDAP lookups (passdb + userdb), you can use 105 # If you wish to avoid two LDAP lookups (passdb + userdb), you can use
106 # userdb prefetch instead of userdb ldap in dovecot.conf. In that case you'll 106 # userdb prefetch instead of userdb ldap in dovecot.conf. In that case you'll
107 # also have to include user_attrs in pass_attrs field prefixed with "userdb_" 107 # also have to include user_attrs in pass_attrs field prefixed with "userdb_"
108 # string. For example: 108 # string. For example:
109 #pass_attrs = uid=user,userPassword=password,homeDirectory=userdb_home,uidNumber=userdb_uid,gidNumber=userdb_gid 109 #pass_attrs = uid=user,userPassword=password,\
110 # homeDirectory=userdb_home,uidNumber=userdb_uid,gidNumber=userdb_gid
110 111
111 # Filter for password lookups 112 # Filter for password lookups
112 #pass_filter = (&(objectClass=posixAccount)(uid=%u)) 113 #pass_filter = (&(objectClass=posixAccount)(uid=%u))
113 114
114 # Default password scheme. "{scheme}" before password overrides this. 115 # Default password scheme. "{scheme}" before password overrides this.