Searched refs:authid (Results 1 - 12 of 12) sorted by relevance

/dovecot/src/auth/
H A Dmech-plain.c13 const char *authid, *authenid, *error; local
19 authid = (const char *) data;
37 if (authenid != NULL && strcmp(authid, authenid) == 0) {
39 authid = "";
50 } else if (*authid != '\0' &&
51 !auth_request_set_login_username(request, authid, &error)) {
/dovecot/src/lib-sasl/
H A Dmech-external.c42 else if (_client->set.authid != NULL)
43 username = _client->set.authid;
H A Dmech-login.c43 if (_client->set.authid == NULL) {
44 *error_r = "authid not set";
58 *output_r = (const unsigned char *)_client->set.authid;
59 *output_len_r = strlen(_client->set.authid);
H A Ddsasl-client.h6 const char *authid; member in struct:dsasl_client_settings
H A Dmech-plain.c41 if (_client->set.authid == NULL) {
42 *error_r = "authid not set";
54 str_append(str, _client->set.authid);
H A Dmech-oauthbearer.c88 if (_client->set.authid == NULL) {
89 *error_r = "authid not set";
99 str_printfa(str, "n,a=%s,\x01", _client->set.authid);
122 if (_client->set.authid == NULL) {
123 *error_r = "authid not set";
133 str_printfa(str, "user=%s\x01", _client->set.authid);
H A Ddsasl-client.c66 client->set.authid = p_strdup(pool, set->authid);
/dovecot/src/pop3-login/
H A Dpop3-proxy.c79 sasl_set.authid = client->common.proxy_master_user != NULL ?
/dovecot/src/imap-login/
H A Dimap-proxy.c140 sasl_set.authid = client->common.proxy_master_user != NULL ?
/dovecot/src/submission-login/
H A Dsubmission-proxy.c104 sasl_set.authid = client->common.proxy_master_user != NULL ?
/dovecot/src/lib-smtp/
H A Dsmtp-client-connection.c554 sasl_set.authid = set->username;
556 sasl_set.authid = set->master_user;
/dovecot/src/lib-imap-client/
H A Dimapc-connection.c1039 sasl_set.authid = set->username;
1041 sasl_set.authid = set->master_user;

Completed in 20 milliseconds