dovecot-2.2: example-config: auth-*.conf.ext should say they're ...
dovecot at dovecot.org
dovecot at dovecot.org
Wed May 15 12:48:31 EEST 2013
details: http://hg.dovecot.org/dovecot-2.2/rev/93bcbf5cabca
changeset: 16351:93bcbf5cabca
user: Timo Sirainen <tss at iki.fi>
date: Wed May 15 12:48:21 2013 +0300
description:
example-config: auth-*.conf.ext should say they're included by 10-auth.conf
diffstat:
doc/example-config/conf.d/auth-checkpassword.conf.ext | 2 +-
doc/example-config/conf.d/auth-deny.conf.ext | 2 +-
doc/example-config/conf.d/auth-dict.conf.ext | 2 +-
doc/example-config/conf.d/auth-ldap.conf.ext | 2 +-
doc/example-config/conf.d/auth-master.conf.ext | 2 +-
doc/example-config/conf.d/auth-passwdfile.conf.ext | 2 +-
doc/example-config/conf.d/auth-sql.conf.ext | 2 +-
doc/example-config/conf.d/auth-static.conf.ext | 2 +-
doc/example-config/conf.d/auth-system.conf.ext | 2 +-
doc/example-config/conf.d/auth-vpopmail.conf.ext | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
diffs (90 lines):
diff -r df20af39dc51 -r 93bcbf5cabca doc/example-config/conf.d/auth-checkpassword.conf.ext
--- a/doc/example-config/conf.d/auth-checkpassword.conf.ext Tue May 14 23:34:38 2013 +0300
+++ b/doc/example-config/conf.d/auth-checkpassword.conf.ext Wed May 15 12:48:21 2013 +0300
@@ -1,4 +1,4 @@
-# Authentication for checkpassword users. Included from auth.conf.
+# Authentication for checkpassword users. Included from 10-auth.conf.
#
# <doc/wiki/AuthDatabase.CheckPassword.txt>
diff -r df20af39dc51 -r 93bcbf5cabca doc/example-config/conf.d/auth-deny.conf.ext
--- a/doc/example-config/conf.d/auth-deny.conf.ext Tue May 14 23:34:38 2013 +0300
+++ b/doc/example-config/conf.d/auth-deny.conf.ext Wed May 15 12:48:21 2013 +0300
@@ -1,4 +1,4 @@
-# Deny access for users. Included from auth.conf.
+# Deny access for users. Included from 10-auth.conf.
# Users can be (temporarily) disabled by adding a passdb with deny=yes.
# If the user is found from that database, authentication will fail.
diff -r df20af39dc51 -r 93bcbf5cabca doc/example-config/conf.d/auth-dict.conf.ext
--- a/doc/example-config/conf.d/auth-dict.conf.ext Tue May 14 23:34:38 2013 +0300
+++ b/doc/example-config/conf.d/auth-dict.conf.ext Wed May 15 12:48:21 2013 +0300
@@ -1,4 +1,4 @@
-# Authentication via dict backend. Included from auth.conf.
+# Authentication via dict backend. Included from 10-auth.conf.
#
# <doc/wiki/AuthDatabase.Dict.txt>
diff -r df20af39dc51 -r 93bcbf5cabca doc/example-config/conf.d/auth-ldap.conf.ext
--- a/doc/example-config/conf.d/auth-ldap.conf.ext Tue May 14 23:34:38 2013 +0300
+++ b/doc/example-config/conf.d/auth-ldap.conf.ext Wed May 15 12:48:21 2013 +0300
@@ -1,4 +1,4 @@
-# Authentication for LDAP users. Included from auth.conf.
+# Authentication for LDAP users. Included from 10-auth.conf.
#
# <doc/wiki/AuthDatabase.LDAP.txt>
diff -r df20af39dc51 -r 93bcbf5cabca doc/example-config/conf.d/auth-master.conf.ext
--- a/doc/example-config/conf.d/auth-master.conf.ext Tue May 14 23:34:38 2013 +0300
+++ b/doc/example-config/conf.d/auth-master.conf.ext Wed May 15 12:48:21 2013 +0300
@@ -1,4 +1,4 @@
-# Authentication for master users. Included from auth.conf.
+# Authentication for master users. Included from 10-auth.conf.
# By adding master=yes setting inside a passdb you make the passdb a list
# of "master users", who can log in as anyone else.
diff -r df20af39dc51 -r 93bcbf5cabca doc/example-config/conf.d/auth-passwdfile.conf.ext
--- a/doc/example-config/conf.d/auth-passwdfile.conf.ext Tue May 14 23:34:38 2013 +0300
+++ b/doc/example-config/conf.d/auth-passwdfile.conf.ext Wed May 15 12:48:21 2013 +0300
@@ -1,4 +1,4 @@
-# Authentication for passwd-file users. Included from auth.conf.
+# Authentication for passwd-file users. Included from 10-auth.conf.
#
# passwd-like file with specified location.
# <doc/wiki/AuthDatabase.PasswdFile.txt>
diff -r df20af39dc51 -r 93bcbf5cabca doc/example-config/conf.d/auth-sql.conf.ext
--- a/doc/example-config/conf.d/auth-sql.conf.ext Tue May 14 23:34:38 2013 +0300
+++ b/doc/example-config/conf.d/auth-sql.conf.ext Wed May 15 12:48:21 2013 +0300
@@ -1,4 +1,4 @@
-# Authentication for SQL users. Included from auth.conf.
+# Authentication for SQL users. Included from 10-auth.conf.
#
# <doc/wiki/AuthDatabase.SQL.txt>
diff -r df20af39dc51 -r 93bcbf5cabca doc/example-config/conf.d/auth-static.conf.ext
--- a/doc/example-config/conf.d/auth-static.conf.ext Tue May 14 23:34:38 2013 +0300
+++ b/doc/example-config/conf.d/auth-static.conf.ext Wed May 15 12:48:21 2013 +0300
@@ -1,4 +1,4 @@
-# Static passdb. Included from auth.conf.
+# Static passdb. Included from 10-auth.conf.
# This can be used for situations where Dovecot doesn't need to verify the
# username or the password, or if there is a single password for all users:
diff -r df20af39dc51 -r 93bcbf5cabca doc/example-config/conf.d/auth-system.conf.ext
--- a/doc/example-config/conf.d/auth-system.conf.ext Tue May 14 23:34:38 2013 +0300
+++ b/doc/example-config/conf.d/auth-system.conf.ext Wed May 15 12:48:21 2013 +0300
@@ -1,4 +1,4 @@
-# Authentication for system users. Included from auth.conf.
+# Authentication for system users. Included from 10-auth.conf.
#
# <doc/wiki/PasswordDatabase.txt>
# <doc/wiki/UserDatabase.txt>
diff -r df20af39dc51 -r 93bcbf5cabca doc/example-config/conf.d/auth-vpopmail.conf.ext
--- a/doc/example-config/conf.d/auth-vpopmail.conf.ext Tue May 14 23:34:38 2013 +0300
+++ b/doc/example-config/conf.d/auth-vpopmail.conf.ext Wed May 15 12:48:21 2013 +0300
@@ -1,4 +1,4 @@
-# Authentication for vpopmail users. Included from auth.conf.
+# Authentication for vpopmail users. Included from 10-auth.conf.
#
# <doc/wiki/AuthDatabase.VPopMail.txt>
More information about the dovecot-cvs
mailing list