changeset 11560:a55da849216c HEAD

example-config: Show "user" field for service auth/auth-worker
author Timo Sirainen <tss@iki.fi>
date Wed, 16 Jun 2010 18:41:52 +0100
parents a05e3bbc4e46
children 08523562c134
files doc/example-config/conf.d/10-master.conf
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/example-config/conf.d/10-master.conf	Wed Jun 16 18:36:02 2010 +0100
+++ b/doc/example-config/conf.d/10-master.conf	Wed Jun 16 18:41:52 2010 +0100
@@ -77,4 +77,14 @@
   #unix_listener /var/spool/postfix/private/auth {
   #  mode = 0666
   #}
+
+  # Auth process is run as this user.
+  #user = $default_internal_user
 }
+
+service auth-worker {
+  # Auth worker process is run as root by default, so that it can access
+  # /etc/shadow. If this isn't necessary, the user should be changed to
+  # $default_internal_user.
+  #user = root
+}