Searched refs:auth_ldap_hostname (Results 1 – 3 of 3) sorted by relevance
72 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()
32 buffer *auth_ldap_hostname; member
795 if (NULL == (ldap = ldap_init(p->conf.auth_ldap_hostname->ptr, LDAP_PORT))) { in http_auth_basic_password_compare()