dovecot-2.2: auth: auth-client socket should be owned by $defaul...

dovecot at dovecot.org dovecot at dovecot.org
Thu Sep 12 01:39:07 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/96fa57cacfc7
changeset: 16723:96fa57cacfc7
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Sep 12 01:38:54 2013 +0300
description:
auth: auth-client socket should be owned by $default_internal_user
It's mostly the same as auth-login, which is also owned by it.

diffstat:

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

diffs (12 lines):

diff -r 6ed90c968ab1 -r 96fa57cacfc7 src/auth/auth-settings.c
--- a/src/auth/auth-settings.c	Tue Sep 10 04:11:03 2013 +0300
+++ b/src/auth/auth-settings.c	Thu Sep 12 01:38:54 2013 +0300
@@ -19,7 +19,7 @@
 	{ "login/login", 0666, "", "" },
 	{ "token-login/tokenlogin", 0666, "", "" },
 	{ "auth-login", 0600, "$default_internal_user", "" },
-	{ "auth-client", 0600, "", "" },
+	{ "auth-client", 0600, "$default_internal_user", "" },
 	{ "auth-userdb", 0666, "$default_internal_user", "" },
 	{ "auth-master", 0600, "", "" }
 };


More information about the dovecot-cvs mailing list