Home
last modified time | relevance | path

Searched refs:auth_ldap_init (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_auth.c15 handler_t auth_ldap_init(server *srv, mod_auth_plugin_config *s);
546 handler_t ret = auth_ldap_init(srv, s); in SETDEFAULTS_FUNC()
559 handler_t auth_ldap_init(server *srv, mod_auth_plugin_config *s) { in auth_ldap_init() function
H A Dhttp_auth.c62 handler_t auth_ldap_init(server *srv, mod_auth_plugin_config *s);
763 if (auth_ldap_init(srv, p->anon_conf) != HANDLER_GO_ON) in http_auth_basic_password_compare()