Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_auth.c72 buffer_free(s->auth_ldap_hostname); in FREE_FUNC()
109 PATCH(auth_ldap_hostname); in mod_auth_patch_connection()
150 PATCH(auth_ldap_hostname); in mod_auth_patch_connection()
362 s->auth_ldap_hostname = buffer_init(); in SETDEFAULTS_FUNC()
383 cv[4].destination = s->auth_ldap_hostname; in SETDEFAULTS_FUNC()
544 switch(s->auth_ldap_hostname->used) { in SETDEFAULTS_FUNC()
570 if (s->auth_ldap_hostname->used) { in auth_ldap_init()
574 if (NULL == (s->ldap = ldap_init(s->auth_ldap_hostname->ptr, LDAP_PORT))) { in auth_ldap_init()
H A Dhttp_auth.h32 buffer *auth_ldap_hostname; member
H A Dhttp_auth.c795 if (NULL == (ldap = ldap_init(p->conf.auth_ldap_hostname->ptr, LDAP_PORT))) { in http_auth_basic_password_compare()