From: Timo Sirainen Date: Mon, 26 Jan 2009 01:13:34 +0000 (-0500) Subject: dovecot-example.conf: Moved userdb prefetch before other userdbs, since that's where... X-Git-Tag: 1.2.beta1~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0c30ca675a13276746133439fb859be332c5249;p=thirdparty%2Fdovecot%2Fcore.git dovecot-example.conf: Moved userdb prefetch before other userdbs, since that's where it should be. --HG-- branch : HEAD --- diff --git a/dovecot-example.conf b/dovecot-example.conf index bae624e1ad..6d6e055b6a 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -959,6 +959,14 @@ auth default { # # + # "prefetch" user database means that the passdb already provided the + # needed information and there's no need to do a separate userdb lookup. + # This can be made to work with SQL and LDAP databases, see their example + # configuration files for more information how to do it. + # + #userdb prefetch { + #} + # System users (NSS, /etc/passwd, or similiar). In many systems nowadays this # uses Name Service Switch, which is configured in /etc/nsswitch.conf. # @@ -1018,14 +1026,6 @@ auth default { #userdb vpopmail { #} - # "prefetch" user database means that the passdb already provided the - # needed information and there's no need to do a separate userdb lookup. - # This can be made to work with SQL and LDAP databases, see their example - # configuration files for more information how to do it. - # - #userdb prefetch { - #} - # User to use for the process. This user needs access to only user and # password databases, nothing else. Only shadow and pam authentication # requires roots, so use something else if possible. Note that passwd