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

/dovecot/src/lib-sasl/
H A Ddsasl-client.h9 const char *authzid; member in struct:dsasl_client_settings
/dovecot/src/auth/
H A Dmech-external.c12 const char *authzid, *error; local
14 authzid = t_strndup(data, data_size);
31 if (*authzid != '\0' &&
32 !auth_request_set_login_username(request, authzid, &error)) {
H A Dmech-digest-md5.c47 char *authzid; /* may be NULL, authorization ID */ member in struct:digest_auth_request
135 and if authzid is not empty:
138 ":", nonce-value, ":", cnonce-value, ":", authzid }
162 if (request->authzid != NULL) {
164 md5_update(&ctx, request->authzid, strlen(request->authzid));
434 if (strcmp(key, "authzid") == 0) {
435 if (request->authzid != NULL) {
436 *error = "authzid must not exist more than once";
441 *error = "empty authzid";
[all...]
H A Dmech-scram-sha1.c123 const char *gs2_cbind_flag, *authzid, *username, *nonce; local
131 authzid = fields[1];
138 gs2-header = gs2-cbind-flag "," [ authzid ] ","
170 if (authzid[0] == '\0')
172 else if (authzid[0] == 'a' && authzid[1] == '=') {
173 /* Unescape authzid */
174 login_username = scram_unescape_username(authzid + 2);
177 *error_r = "authzid escaping is invalid";
181 *error_r = "Invalid authzid fiel
[all...]
H A Ddb-ldap.c87 const char *authzid; member in struct:db_ldap_sasl_bind_context
987 str = context->authzid;
1025 context.authzid = conn->set.sasl_authz_id;

Completed in 13 milliseconds