]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dovecot-example.conf: Moved userdb prefetch before other userdbs, since that's where...
authorTimo Sirainen <tss@iki.fi>
Mon, 26 Jan 2009 01:13:34 +0000 (20:13 -0500)
committerTimo Sirainen <tss@iki.fi>
Mon, 26 Jan 2009 01:13:34 +0000 (20:13 -0500)
--HG--
branch : HEAD

dovecot-example.conf

index bae624e1ad5d0ac0d38eb41ef67f16743ff8b5fc..6d6e055b6afe8b8d388f166de64089980124e990 100644 (file)
@@ -959,6 +959,14 @@ auth default {
   # <doc/wiki/UserDatabase.txt>
   #
 
+  # "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.
+  # <doc/wiki/UserDatabase.Prefetch.txt>
+  #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.
   # <doc/wiki/AuthDatabase.Passwd.txt>
@@ -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.
-  # <doc/wiki/UserDatabase.Prefetch.txt>
-  #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