[dovecot-cvs] dovecot/doc dovecot-ldap.conf,1.2,1.3

cras at procontrol.fi cras at procontrol.fi
Tue Feb 18 21:11:29 EET 2003


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

Modified Files:
	dovecot-ldap.conf 
Log Message:
Added default_pass_scheme to LDAP. Support for more password schemes. Merged
password checking code with LDAP and passwd-file, so both support the same
schemes now.



Index: dovecot-ldap.conf
===================================================================
RCS file: /home/cvs/dovecot/doc/dovecot-ldap.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dovecot-ldap.conf	11 Feb 2003 12:53:56 -0000	1.2
+++ dovecot-ldap.conf	18 Feb 2003 19:11:27 -0000	1.3
@@ -40,6 +40,10 @@
 # Filter for password lookups
 #pass_filter = (&(objectClass=posixAccount)(uid=%u))
 
+# Default password scheme. "{scheme}" before password overrides this.
+# Currently supported schemes include PLAIN, PLAIN-MD5, DIGEST-MD5, CRYPT
+#default_pass_scheme = CRYPT
+
 # You can use same UID and GID for all user accounts if you really want to.
 # If the UID/GID is still found from LDAP reply, it overrides these values.
 #user_global_uid = 




More information about the dovecot-cvs mailing list