[dovecot-cvs] dovecot/doc dovecot-ldap.conf,NONE,1.1

cras at procontrol.fi cras at procontrol.fi
Tue Feb 11 12:12:16 EET 2003


Update of /home/cvs/dovecot/doc
In directory danu:/tmp/cvs-serv255

Added Files:
	dovecot-ldap.conf 
Log Message:
Added example config file.



--- NEW FILE: dovecot-ldap.conf ---
# Space separated list of LDAP hosts to use. host:port is allowed too.
#hosts = localhost

# Distinguished Name - the username used to login to the LDAP server
#dn = 

# Password for LDAP server
#dnpass = 

# LDAP base
base = uid=someone, dc=foo, dc=bar, dc=org

# Dereference: never, searching, finding, always
#deref = never

# Search scope: base, onelevel, subtree
#scope = subtree

# User attributes in order:
#  Virtual user name (user at domain)
#  Home directory
#  MAIL environment
#  System user name (for initgroups())
#  System UID
#  System GID
#  Chroot to home directory? (yes / no)
#user_attrs = uid,homeDirectory,,uid,uidNumber,gidNumber

# Filter for user lookup. Some variables can be used:
#   %u - username
#   %n - user part in user at domain, same as %u if there's no domain
#   %d - domain part in user at domain, empty if user there's no domain
#user_filter = (&(objectClass=posixAccount)(uid=%u))

# Password checking attributes in order:
#  Virtual user name (user at domain)
#  Password, may optionally start with {type}, eg. {crypt}
#pass_attrs = uid,userPassword

# Filter for password lookups
#pass_filter = (&(objectClass=posixAccount)(uid=%u))




More information about the dovecot-cvs mailing list