Searched defs:auth_flags (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/login-common/
H A Dsasl-server.c66 enum auth_request_flags auth_flags = 0; local
70 auth_flags |= AUTH_REQUEST_FLAG_VALID_CLIENT_CERT;
72 auth_flags |= AUTH_REQUEST_FLAG_TRANSPORT_SECURITY_TLS;
74 auth_flags |= AUTH_REQUEST_FLAG_SECURED;
76 auth_flags |= AUTH_REQUEST_FLAG_SUPPORT_FINAL_RESP;
77 return auth_flags;

Completed in 11 milliseconds