changeset 3410:a9b623236dd3 HEAD

Don't list password schemes in the files. They just get out of date.
author Timo Sirainen <tss@iki.fi>
date Mon, 06 Jun 2005 00:39:52 +0300
parents 4748506a4095
children 77ad773054dd
files doc/dovecot-ldap.conf doc/dovecot-sql.conf
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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