diff src/auth/auth-settings.c @ 15051:9ad9a79c1747

Use "tokenlogin" socket name (instead of "token-login") after all. Auth code has special checks for '-', which breaks "token-login" and fixing it is rather annoying.
author Timo Sirainen <tss@iki.fi>
date Fri, 14 Sep 2012 23:11:27 +0300
parents aa6027a0a78e
children 14df6be0111f
line wrap: on
line diff
--- a/src/auth/auth-settings.c	Fri Sep 14 22:10:49 2012 +0300
+++ b/src/auth/auth-settings.c	Fri Sep 14 23:11:27 2012 +0300
@@ -17,7 +17,7 @@
 /* <settings checks> */
 static struct file_listener_settings auth_unix_listeners_array[] = {
 	{ "login/login", 0666, "", "" },
-	{ "token-login/token-login", 0666, "", "" },
+	{ "token-login/tokenlogin", 0666, "", "" },
 	{ "auth-login", 0600, "$default_internal_user", "" },
 	{ "auth-client", 0600, "", "" },
 	{ "auth-userdb", 0666, "$default_internal_user", "" },