Searched refs:uldap_cache_compare (Results 1 - 3 of 3) sorted by relevance
/httpd/include/ |
H A D | util_ldap.h | 285 APR_DECLARE_OPTIONAL_FN(int,uldap_cache_compare,(request_rec *r, util_ldap_connection_t *ldc,
|
/httpd/modules/ldap/ |
H A D | util_ldap.c | 1041 static int uldap_cache_compare(request_rec *r, util_ldap_connection_t *ldc, function 1306 result = uldap_cache_compare(r, ldc, url, 1356 * DON'T CALL THIS UNLESS YOU CALLED uldap_cache_compare FIRST!!!!! 1359 * 1. Call uldap_cache_compare for each subgroupclass value to check the 1371 * ii) Use uldap_cache_compare to strip the list down to just groups. 1374 * 4. Loop through the sgl and call uldap_cache_compare (using the user info) 1382 * uldap_cache_compare) then recursively call this function to get the 1412 * max. Since we already checked the top-level group in uldap_cache_compare, 1415 * We'll be calling uldap_cache_compare from here to check if the user is 1429 result = uldap_cache_compare( [all...] |
/httpd/modules/aaa/ |
H A D | mod_authnz_ldap.c | 110 static APR_OPTIONAL_FN_TYPE(uldap_cache_compare) *util_ldap_cache_compare; 1956 util_ldap_cache_compare = APR_RETRIEVE_OPTIONAL_FN(uldap_cache_compare);
|
Completed in 556 milliseconds