Lines Matching defs:auth
3 #include "auth-common.h"
22 #include "auth-request-handler.h"
23 #include "auth-client-connection.h"
24 #include "auth-master-connection.h"
54 if (conn->auth->set->debug_passwords)
75 if (conn->auth->set->debug) {
116 i_error("Master requested auth for nonexistent client %u",
121 i_error("Master requested auth for client %u with invalid cookie",
127 i_error("Master requested auth for non-login client %u",
241 "(to bypass this check, set: service auth { unix_listener %s { mode=0777 } })",
285 if (conn->auth->set->debug) {
355 if (conn->auth->set->debug)
527 struct auth_userdb *userdb = conn->auth->userdbs;
610 if (conn->auth->set->debug)
737 auth_master_connection_create(struct auth *auth, int fd,
750 conn->auth = auth;