Searched refs:authid (Results 1 - 12 of 12) sorted by relevance
/dovecot/src/auth/ |
H A D | mech-plain.c | 13 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 D | mech-external.c | 42 else if (_client->set.authid != NULL) 43 username = _client->set.authid;
|
H A D | mech-login.c | 43 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 D | dsasl-client.h | 6 const char *authid; member in struct:dsasl_client_settings
|
H A D | mech-plain.c | 41 if (_client->set.authid == NULL) { 42 *error_r = "authid not set"; 54 str_append(str, _client->set.authid);
|
H A D | mech-oauthbearer.c | 88 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 D | dsasl-client.c | 66 client->set.authid = p_strdup(pool, set->authid);
|
/dovecot/src/pop3-login/ |
H A D | pop3-proxy.c | 79 sasl_set.authid = client->common.proxy_master_user != NULL ?
|
/dovecot/src/imap-login/ |
H A D | imap-proxy.c | 140 sasl_set.authid = client->common.proxy_master_user != NULL ?
|
/dovecot/src/submission-login/ |
H A D | submission-proxy.c | 104 sasl_set.authid = client->common.proxy_master_user != NULL ?
|
/dovecot/src/lib-smtp/ |
H A D | smtp-client-connection.c | 554 sasl_set.authid = set->username; 556 sasl_set.authid = set->master_user;
|
/dovecot/src/lib-imap-client/ |
H A D | imapc-connection.c | 1039 sasl_set.authid = set->username; 1041 sasl_set.authid = set->master_user;
|
Completed in 20 milliseconds