mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
A couple of cleanups to the nested group code based on review comments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@562165 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -860,11 +860,7 @@ start_over:
|
||||
}
|
||||
|
||||
/*
|
||||
* Does a recursive lookup operation to try to find a user within (cached) nested
|
||||
* groups. It accepts a cache that it will use to lookup previous compare attempts.
|
||||
* We cache two kinds of compares (require group compares) and (require user
|
||||
* compares). Each compare has a different cache node: require group includes the DN;
|
||||
* require user does not because the require user cache is owned by the
|
||||
* Does a recursive lookup operation to try to find a user within (cached) nested groups.
|
||||
*
|
||||
* DON'T CALL THIS UNLESS YOU CALLED uldap_cache_compare FIRST!!!!!
|
||||
*/
|
||||
|
Reference in New Issue
Block a user