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

/dovecot/src/auth/
H A Dpassdb-static.c64 const char *static_password; local
69 result = static_save_fields(request, &static_password, &static_scheme);
75 ret = auth_request_password_verify(request, password, static_password,
90 const char *static_password; local
93 result = static_save_fields(request, &static_password, &static_scheme);
94 passdb_handle_credentials(result, static_password,

Completed in 6 milliseconds