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

/dovecot/src/director/
H A Ddirector-settings.h11 const char *director_username_hash; member in struct:director_settings
/dovecot/src/login-common/
H A Dlogin-settings.h16 const char *director_username_hash; member in struct:login_settings
H A Dlogin-proxy.c846 static bool director_username_hash(struct client *client, unsigned int *hash_r) function
853 client->set->director_username_hash,
856 i_error("Failed to expand director_username_hash=%s: %s",
857 client->set->director_username_hash, error);
888 if (director_username_hash(proxy->client, &proxy_hash) &&
898 if (director_username_hash(proxy->client, &proxy_hash) &&
/dovecot/src/doveadm/
H A Ddoveadm-settings.h29 const char *director_username_hash; member in struct:doveadm_settings

Completed in 290 milliseconds