From: Timo Sirainen Date: Mon, 18 Aug 2003 03:32:19 +0000 (+0300) Subject: auth_methods -> auth_mechanisms X-Git-Tag: 1.1.alpha1~4418 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e7c802dc768987adb7a3cdc3133e831acfcc101;p=thirdparty%2Fdovecot%2Fcore.git auth_methods -> auth_mechanisms --HG-- branch : HEAD --- diff --git a/dovecot-example.conf b/dovecot-example.conf index a442f52fad..d1a8034853 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -344,8 +344,8 @@ protocol pop3 { # for some users, you can authenticate them without any privileges in a # separate auth process. Just remember that only one auth process is asked # for the password, so you can't have different passwords with different -# processes (unless they have different auth methods, and you're ok with -# having different password for each method). +# processes (unless they have different auth mechanisms, and you're ok with +# having different password for each mechanism). # Executable location #auth_executable = /usr/libexec/dovecot/dovecot-auth @@ -421,11 +421,11 @@ auth default { # privileges, so it may be 0600-root owned file. #auth digest_md5 { -# auth_methods = digest-md5 +# auth_mechanisms = digest-md5 # auth_userdb = passwd-file /etc/passwd.imap # auth_passdb = passwd-file /etc/passwd.imap # auth_user = imapauth #} # if you plan to use only passwd-file, you don't need the two auth processes, -# simply set "auth_methods = plain digest-md5" +# simply set "auth_mechanisms = plain digest-md5"