dovecot-2.2: auth: Changed auth-userdb socket's default user to ...

dovecot at dovecot.org dovecot at dovecot.org
Sun May 20 03:26:32 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/bda92bf286a0
changeset: 14461:bda92bf286a0
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Apr 18 20:09:30 2012 +0300
description:
auth: Changed auth-userdb socket's default user to $default_internal_user.
This makes the defaults more usable for director setups.

diffstat:

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

diffs (12 lines):

diff -r d145ea6f7061 -r bda92bf286a0 src/auth/auth-settings.c
--- a/src/auth/auth-settings.c	Wed Apr 18 19:56:29 2012 +0300
+++ b/src/auth/auth-settings.c	Wed Apr 18 20:09:30 2012 +0300
@@ -19,7 +19,7 @@
 	{ "login/login", 0666, "", "" },
 	{ "auth-login", 0600, "$default_internal_user", "" },
 	{ "auth-client", 0600, "", "" },
-	{ "auth-userdb", 0666, "", "" },
+	{ "auth-userdb", 0666, "$default_internal_user", "" },
 	{ "auth-master", 0600, "", "" }
 };
 static struct file_listener_settings *auth_unix_listeners[] = {


More information about the dovecot-cvs mailing list