[dovecot-cvs] dovecot-1.0: Updated passwd/shadow comments.

dovecot at dovecot.org dovecot at dovecot.org
Wed Jun 13 03:48:35 EEST 2007


details:   http://hg.dovecot.org/dovecot-1.0/rev/c23926d0aed2
changeset: 5307:c23926d0aed2
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jun 13 03:48:31 2007 +0300
description:
Updated passwd/shadow comments.

diffstat:

1 file changed, 4 insertions(+), 3 deletions(-)
dovecot-example.conf |    7 ++++---

diffs (31 lines):

diff -r 5b8530ff40d8 -r c23926d0aed2 dovecot-example.conf
--- a/dovecot-example.conf	Wed Jun 13 01:44:01 2007 +0300
+++ b/dovecot-example.conf	Wed Jun 13 03:48:31 2007 +0300
@@ -820,7 +820,7 @@ auth default {
     #args = dovecot
   }
 
-  # /etc/passwd or similar, using getpwnam()
+  # 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>
   #passdb passwd {
@@ -828,7 +828,8 @@ auth default {
     #args = 
   #}
 
-  # /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays.
+  # Shadow passwords for system users (NSS, /etc/shadow or similiar).
+  # Deprecated by PAM nowadays.
   # <doc/wiki/PasswordDatabase.Shadow.txt>
   #passdb shadow {
     # [blocking=yes] - See userdb passwd for explanation
@@ -882,7 +883,7 @@ auth default {
   # <doc/wiki/UserDatabase.txt>
   #
 
-  # /etc/passwd or similar, using getpwnam(). In many systems nowadays this
+  # 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>
   userdb passwd {


More information about the dovecot-cvs mailing list