Lines Matching refs:ldap
143 static void test_ldap_connection(abts_case *tc, LDAP *ldap) in test_ldap_connection() argument
149 ldap_set_option(ldap, LDAP_OPT_PROTOCOL_VERSION, &version); in test_ldap_connection()
153 result = ldap_simple_bind_s(ldap, in test_ldap_connection()
165 ldap_unbind_s(ldap); in test_ldap_connection()
173 LDAP *ldap; in test_ldap() local
179 apr_ldap_init(pool, &ldap, in test_ldap()
183 ABTS_TRUE(tc, ldap != NULL); in test_ldap()
187 test_ldap_connection(tc, ldap); in test_ldap()
194 LDAP *ldap; in test_ldaps() local
197 apr_ldap_init(pool, &ldap, in test_ldaps()
201 ABTS_TRUE(tc, ldap != NULL); in test_ldaps()
207 test_ldap_connection(tc, ldap); in test_ldaps()
214 LDAP *ldap; in test_ldap_tls() local
217 apr_ldap_init(pool, &ldap, in test_ldap_tls()
221 ABTS_TRUE(tc, ldap != NULL); in test_ldap_tls()
227 test_ldap_connection(tc, ldap); in test_ldap_tls()