changeset 4145:469a60254c79 HEAD

Updated mechanism list. Added link to MasterPassword in wiki.
author Timo Sirainen <tss@iki.fi>
date Sun, 09 Apr 2006 16:43:08 +0300
parents 13665379afa8
children bdf68bc43354
files dovecot-example.conf
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Sun Apr 09 15:38:24 2006 +0300
+++ b/dovecot-example.conf	Sun Apr 09 16:43:08 2006 +0300
@@ -636,7 +636,7 @@
 
 auth default {
   # Space separated list of wanted authentication mechanisms:
-  #   plain digest-md5 cram-md5 apop anonymous gssapi
+  #   plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi
   mechanisms = plain
 
   #
@@ -645,14 +645,15 @@
   # allow both system users (/etc/passwd) and virtual users to login without
   # duplicating the system users into virtual database.
   #
+  # http://wiki.dovecot.org/Authentication
+  #
   # By adding master=yes setting inside a passdb you make the passdb a list
   # of "master users", who can log in as anyone else. Unless you're using PAM,
   # you probably still want the destination user to be looked up from passdb
   # that it really exists. This can be done by adding pass=yes setting to the
   # master passdb.
   #
-  # http://wiki.dovecot.org/Authentication
-  #
+  # http://wiki.dovecot.org/MasterPassword
 
   # Users can be temporarily disabled by adding a passdb with deny=yes.
   # If the user is found from that database, authentication will fail.