Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_auth.c75 buffer_free(s->auth_ldap_bindpw); in FREE_FUNC()
112 PATCH(auth_ldap_bindpw); in mod_auth_patch_connection()
169 PATCH(auth_ldap_bindpw); in mod_auth_patch_connection()
365 s->auth_ldap_bindpw = buffer_init(); in SETDEFAULTS_FUNC()
389 cv[10].destination = s->auth_ldap_bindpw; in SETDEFAULTS_FUNC()
610 …CCESS != (ret = ldap_simple_bind_s(s->ldap, s->auth_ldap_binddn->ptr, s->auth_ldap_bindpw->ptr))) { in auth_ldap_init()
H A Dhttp_auth.h35 buffer *auth_ldap_bindpw; member