Lines Matching defs:auth
12 #include "auth-connection.h"
26 #define AUTH_SOCKET_PATH "auth-login"
27 #define AUTH_USERDB_SOCKET_PATH "auth-userdb"
100 if (strcmp(suffix, "auth") == 0)
178 struct auth_connection *auth;
198 auth socket they connect to. */
202 auth = auth_connection_init(socket_path);
203 if (auth_connection_connect(auth) < 0) {
204 auth_connection_deinit(&auth);
208 (void)login_connection_init(director, conn->fd, auth,