dovecot-2.0: auth: Auth master process is now running as default...

dovecot at dovecot.org dovecot at dovecot.org
Sun Mar 14 15:30:29 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/858ad8aa7f8b
changeset: 10910:858ad8aa7f8b
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Mar 14 15:28:31 2010 +0200
description:
auth: Auth master process is now running as default_internal_user by default.
Workers are still running as root, so PAM will continue to work as before.

diffstat:

 src/auth/auth-settings.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 1e333d2918f1 -r 858ad8aa7f8b src/auth/auth-settings.c
--- a/src/auth/auth-settings.c	Sun Mar 14 15:27:23 2010 +0200
+++ b/src/auth/auth-settings.c	Sun Mar 14 15:28:31 2010 +0200
@@ -40,7 +40,7 @@
 	.protocol = "",
 	.type = "",
 	.executable = "auth",
-	.user = "",
+	.user = "$default_internal_user",
 	.group = "",
 	.privileged_group = "",
 	.extra_groups = "",
@@ -62,7 +62,7 @@
 
 /* <settings checks> */
 static struct file_listener_settings auth_worker_unix_listeners_array[] = {
-	{ "auth-worker", 0600, "", "" }
+	{ "auth-worker", 0600, "$default_internal_user", "" }
 };
 static struct file_listener_settings *auth_worker_unix_listeners[] = {
 	&auth_worker_unix_listeners_array[0]


More information about the dovecot-cvs mailing list