Searched refs:auth_ldap_binddn (Results 1 – 2 of 2) sorted by relevance
74 buffer_free(s->auth_ldap_binddn); in FREE_FUNC()111 PATCH(auth_ldap_binddn); in mod_auth_patch_connection()167 PATCH(auth_ldap_binddn); in mod_auth_patch_connection()364 s->auth_ldap_binddn = buffer_init(); in SETDEFAULTS_FUNC()388 cv[9].destination = s->auth_ldap_binddn; in SETDEFAULTS_FUNC()609 if (s->auth_ldap_binddn->used) { in auth_ldap_init()610 …if (LDAP_SUCCESS != (ret = ldap_simple_bind_s(s->ldap, s->auth_ldap_binddn->ptr, s->auth_ldap_bind… in auth_ldap_init()
34 buffer *auth_ldap_binddn; member