Home
last modified time | relevance | path

Searched refs:http_auth_backend_set (Results 1 – 8 of 8) sorted by relevance

/lighttpd1.4/src/
H A Dmod_auth_api.h99 void http_auth_backend_set (const http_auth_backend_t *backend);
H A Dmod_auth_api.c51 void http_auth_backend_set (const http_auth_backend_t *backend) in http_auth_backend_set() function
H A Dmod_authn_file.c69 http_auth_backend_set(&http_auth_backend_htdigest); in INIT_FUNC()
73 http_auth_backend_set(&http_auth_backend_htpasswd); in INIT_FUNC()
77 http_auth_backend_set(&http_auth_backend_plain); in INIT_FUNC()
H A Dmod_authn_pam.c49 http_auth_backend_set(&http_auth_backend_pam); in INIT_FUNC()
H A Dmod_authn_sasl.c55 http_auth_backend_set(&http_auth_backend_sasl); in INIT_FUNC()
H A Dmod_authn_dbi.c212 http_auth_backend_set(&http_auth_backend_dbi); in INIT_FUNC()
H A Dmod_authn_ldap.c63 http_auth_backend_set(&http_auth_backend_ldap); in INIT_FUNC()
H A Dmod_authn_gssapi.c65 http_auth_backend_set(&http_auth_backend_gssapi); in INIT_FUNC()