Searched refs:auth_user (Results 1 - 5 of 5) sorted by relevance
/dovecot/src/auth/ |
H A D | auth-request-var-expand.c | 45 { '\0', NULL, "auth_user" }, 76 const char *orig_user, *auth_user, *username; local 170 auth_user = auth_request->master_user; 172 auth_user = orig_user; 173 tab[30].value = escape_func(auth_user, auth_request); 174 tab[31].value = escape_func(t_strcut(auth_user, '@'), auth_request); 175 tab[32].value = i_strchr_to_next(auth_user, '@');
|
/dovecot/src/imap-hibernate/ |
H A D | imap-client.c | 115 if (strncmp(field[i], "auth_user=", 10) == 0) 446 const char *auth_user, *auth_username, *auth_domain; local 447 imap_client_parse_userdb_fields(client, &auth_user); 448 if (auth_user == NULL) { 449 auth_user = client->state.username; 453 auth_username = t_strcut(auth_user, '@'); 454 auth_domain = i_strchr_to_next(auth_user, '@'); 469 { '\0', auth_user, "auth_user" },
|
/dovecot/src/lib-storage/ |
H A D | mail-user.c | 286 const char *auth_user, *auth_username, *auth_domain; local 287 if (user->auth_user == NULL) { 288 auth_user = user->username; 292 auth_user = user->auth_user; 294 p_strdup(user->pool, t_strcut(user->auth_user, '@')); 295 auth_domain = i_strchr_to_next(user->auth_user, '@'); 310 { '\0', auth_user, "auth_user" }, 681 user2->auth_user [all...] |
H A D | mail-storage-service.c | 82 const char *log_prefix, *auth_token, *auth_user; member in struct:mail_storage_service_user 298 } else if (strncmp(line, "auth_user=", 10) == 0) { 299 user->auth_user = p_strdup(user->pool, line+10); 410 const char *auth_user, *auth_username, *auth_domain; local 411 if (user == NULL || user->auth_user == NULL) { 412 auth_user = input->username; 416 auth_user = user->auth_user; 417 auth_username = t_strcut(user->auth_user, '@'); 418 auth_domain = i_strchr_to_next(user->auth_user, ' [all...] |
H A D | mail-user.h | 49 const char *auth_token, *auth_user; member in struct:mail_user
|
Completed in 19 milliseconds