Searched defs:get_connection_for_authz (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authnz_ldap.c432 static util_ldap_connection_t *get_connection_for_authz(request_rec *r, enum auth_ldap_optype type) function
445 "module error: get_connection_for_authz without "
734 ldc = get_connection_for_authz(r, LDAP_COMPARE);
740 ldc = get_connection_for_authz(r, LDAP_COMPARE);
862 ldc = get_connection_for_authz(r, LDAP_COMPARE);
868 ldc = get_connection_for_authz(r, LDAP_COMPARE);
986 ldc = get_connection_for_authz(r, LDAP_COMPARE_AND_SEARCH);
1075 ldc = get_connection_for_authz(r, LDAP_SEARCH); /* comparedn is a search */
1081 ldc = get_connection_for_authz(r, LDAP_SEARCH); /* comparedn is a search */
1175 ldc = get_connection_for_authz(
[all...]

Completed in 538 milliseconds