changeset 8689:21d797789179 HEAD

dovecot-example.conf: Moved userdb prefetch before other userdbs, since that's where it should be.
author Timo Sirainen <tss@iki.fi>
date Sun, 25 Jan 2009 20:13:34 -0500
parents 4b25c3e326a4
children 80486913baf3
files dovecot-example.conf
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Sun Jan 25 20:11:24 2009 -0500
+++ b/dovecot-example.conf	Sun Jan 25 20:13:34 2009 -0500
@@ -959,6 +959,14 @@
   # <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 @@
   #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