changeset 7111:3b61ff127127 HEAD

Comment updates
author Timo Sirainen <tss@iki.fi>
date Sat, 05 Jan 2008 02:29:24 +0200
parents c3365e886746
children bffc8788eb94
files doc/dovecot-sql-example.conf
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/dovecot-sql-example.conf	Sat Jan 05 02:29:02 2008 +0200
+++ b/doc/dovecot-sql-example.conf	Sat Jan 05 02:29:24 2008 +0200
@@ -67,8 +67,7 @@
 #
 #default_pass_scheme = PLAIN-MD5
 
-# Query to retrieve the password. It can return fields:
-#
+# passdb query to retrieve the password. It can return fields:
 #   password - The user's password. This field must be returned.
 #   user - user@domain from the database. Needed with case-insensitive lookups.
 #   username and domain - An alternative way to represent the "user" field.
@@ -99,9 +98,7 @@
 #  SELECT username, domain, password \
 #  FROM users WHERE username = '%n' AND domain = '%d'
 
-# Query to retrieve the user information.
-#
-# The query must return only one row. Commonly returned columns are:
+# userdb query to retrieve the user information. It can return fields:
 #   uid - System UID (overrides mail_uid setting)
 #   gid - System GID (overrides mail_gid setting)
 #   home - Home directory