changeset 4760:557368033389 HEAD

Comment updates
author Timo Sirainen <tss@iki.fi>
date Sun, 05 Nov 2006 19:30:58 +0200
parents 79bcc076e3fb
children ca5e7977512d
files doc/dovecot-ldap.conf
diffstat 1 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/doc/dovecot-ldap.conf	Sun Nov 05 18:38:59 2006 +0200
+++ b/doc/dovecot-ldap.conf	Sun Nov 05 19:30:58 2006 +0200
@@ -73,12 +73,13 @@
 
 # User attributes are given in LDAP-name=dovecot-internal-name list. The
 # internal names are:
-#  home: Home directory
-#  mail: MAIL environment
-#  system_user: System user name (for getting user's groups from /etc/group)
-#    - For virtual users you don't want to use this, so this defaults to none.
-#  uid: System user ID
-#  gid: System group ID
+#   uid - System UID
+#   gid - System GID
+#   home - Home directory
+#   mail - Mail location
+#
+# There are also other special fields which can be returned, see
+# http://wiki.dovecot.org/UserDatabase/ExtraFields
 #user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid
 
 # Filter for user lookup. Some variables can be used (see
@@ -92,6 +93,8 @@
 #  user: Virtual user name (user@domain), if you wish to change the
 #        user-given username to something else
 #  password: Password, may optionally start with {type}, eg. {crypt}
+# There are also other special fields which can be returned, see
+# http://wiki.dovecot.org/PasswordDatabase/ExtraFields
 #pass_attrs = uid=user,userPassword=password
 
 # If you wish to avoid two LDAP lookups (passdb + userdb), you can use