]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Added ".ext" extension for ldap/sql/dict-sql/db config files.
authorTimo Sirainen <tss@iki.fi>
Thu, 5 Nov 2009 23:39:36 +0000 (18:39 -0500)
committerTimo Sirainen <tss@iki.fi>
Thu, 5 Nov 2009 23:39:36 +0000 (18:39 -0500)
This separates them from the rest of the config files that can be directly
included from conf.d/.

--HG--
branch : HEAD

doc/example-config/conf.d/auth.conf
doc/example-config/dovecot-db.conf.ext [moved from doc/example-config/dovecot-db.conf with 100% similarity]
doc/example-config/dovecot-dict-sql.conf.ext [moved from doc/example-config/dovecot-dict-sql.conf with 100% similarity]
doc/example-config/dovecot-ldap.conf.ext [moved from doc/example-config/dovecot-ldap.conf with 94% similarity]
doc/example-config/dovecot-sql.conf.ext [moved from doc/example-config/dovecot-sql.conf with 100% similarity]
doc/example-config/dovecot.conf.ext [moved from doc/example-config/dovecot.conf with 100% similarity]

index 5695066eddcb2b812af0a4c956ff05dc7ffd2be1..a89787d6ad0e4795da136e6738a6a51c106f125a 100644 (file)
@@ -201,13 +201,13 @@ passdb pam {
 
 # SQL database <doc/wiki/AuthDatabase.SQL.txt>
 #passdb sql {
-  # Path for SQL configuration file, see doc/dovecot-sql-example.conf
+  # Path for SQL configuration file, see example-config/dovecot-sql.conf.ext
   #args = 
 #}
 
 # LDAP database <doc/wiki/AuthDatabase.LDAP.txt>
 #passdb ldap {
-  # Path for LDAP configuration file, see doc/dovecot-ldap-example.conf
+  # Path for LDAP configuration file, see example-config/dovecot-ldap.conf.ext
   #args = 
 #}
 
@@ -283,13 +283,13 @@ userdb passwd {
 
 # SQL database <doc/wiki/AuthDatabase.SQL.txt>
 #userdb sql {
-  # Path for SQL configuration file, see doc/dovecot-sql-example.conf
+  # Path for SQL configuration file, see example-config/dovecot-sql.conf.ext
   #args = 
 #}
 
 # LDAP database <doc/wiki/AuthDatabase.LDAP.txt>
 #userdb ldap {
-  # Path for LDAP configuration file, see doc/dovecot-ldap-example.conf
+  # Path for LDAP configuration file, see example-config/dovecot-ldap.conf.ext
   #args = 
 #}
 
similarity index 94%
rename from doc/example-config/dovecot-ldap.conf
rename to doc/example-config/dovecot-ldap.conf.ext
index 0a3a881ac000646c8e061a797cc252feba241f05..9e305dfa6ec5f12376b26e17c0ca5c0af078ca06 100644 (file)
 # use any pass_attrs if you use this setting.
 #
 # If you use this setting, it's a good idea to use a different
-# dovecot-ldap.conf for userdb (it can even be a symlink, just as long as the
-# filename is different in userdb's args). That way one connection is used only
-# for LDAP binds and another connection is used for user lookups. Otherwise
-# the binding is changed to the default DN before each user lookup.
+# dovecot-ldap.conf.ext for userdb (it can even be a symlink, just as long as
+# the filename is different in userdb's args). That way one connection is used
+# only for LDAP binds and another connection is used for user lookups.
+# Otherwise the binding is changed to the default DN before each user lookup.
 #
 # For example:
 #   auth_bind_userdn = cn=%u,ou=people,o=org