From fbe77a5115d57d76507626f6bdac93b05de8849e Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 16 Jun 2010 18:41:52 +0100 Subject: [PATCH] example-config: Show "user" field for service auth/auth-worker --HG-- branch : HEAD --- doc/example-config/conf.d/10-master.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/example-config/conf.d/10-master.conf b/doc/example-config/conf.d/10-master.conf index a707b48d8a..332053bed2 100644 --- a/doc/example-config/conf.d/10-master.conf +++ b/doc/example-config/conf.d/10-master.conf @@ -77,4 +77,14 @@ service auth { #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 } -- 2.47.3