Home
last modified time | relevance | path

Searched refs:AUTH_BACKEND_LDAP (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.h15 AUTH_BACKEND_LDAP, enumerator
H A Dmod_auth.c410 s->auth_backend = AUTH_BACKEND_LDAP; in SETDEFAULTS_FUNC()
545 case AUTH_BACKEND_LDAP: { in SETDEFAULTS_FUNC()
H A Dhttp_auth.c298 } else if (p->conf.auth_backend == AUTH_BACKEND_LDAP) { in http_auth_get_password()
702 } else if (p->conf.auth_backend == AUTH_BACKEND_LDAP) { in http_auth_basic_password_compare()