# HG changeset patch # User Timo Sirainen # Date 1118007592 -10800 # Node ID a9b623236dd3a30eb1836a1babe184b4388574b4 # Parent 4748506a4095953e72453766a57857f825960e34 Don't list password schemes in the files. They just get out of date. diff -r 4748506a4095 -r a9b623236dd3 doc/dovecot-ldap.conf --- a/doc/dovecot-ldap.conf Sun Jun 05 23:39:53 2005 +0300 +++ b/doc/dovecot-ldap.conf Mon Jun 06 00:39:52 2005 +0300 @@ -55,7 +55,7 @@ #pass_filter = (&(objectClass=posixAccount)(uid=%u)) # Default password scheme. "{scheme}" before password overrides this. -# Currently supported schemes include PLAIN, PLAIN-MD5, DIGEST-MD5, CRYPT +# List of supported schemes is in: http://wiki.dovecot.org/Authentication #default_pass_scheme = CRYPT # You can use same UID and GID for all user accounts if you really want to. diff -r 4748506a4095 -r a9b623236dd3 doc/dovecot-sql.conf --- a/doc/dovecot-sql.conf Sun Jun 05 23:39:53 2005 +0300 +++ b/doc/dovecot-sql.conf Mon Jun 06 00:39:52 2005 +0300 @@ -50,7 +50,7 @@ # Default password scheme. # -# Currently supported schemes include PLAIN, PLAIN-MD5, DIGEST-MD5, and CRYPT. +# List of supported schemes is in: http://wiki.dovecot.org/Authentication # #default_pass_scheme = PLAIN-MD5