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

/httpd/modules/ldap/
H A Dutil_ldap.c1041 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...]

Completed in 21 milliseconds