diff src/auth/auth-settings.c @ 16723:96fa57cacfc7

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.
author Timo Sirainen <tss@iki.fi>
date Thu, 12 Sep 2013 01:38:54 +0300
parents 36ef72481934
children dc46ae14008c
line wrap: on
line diff
--- 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, "", "" }
 };