Searched refs:auth_ldap_bindpw (Results 1 – 2 of 2) sorted by relevance
75 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()
35 buffer *auth_ldap_bindpw; member