Skip to content
Unverified Commit afb18265 authored by Roland Tapken's avatar Roland Tapken Committed by Arthur Schiwon
Browse files

user_ldap: really resolve nested groups



The previous patch fixed the problem only for one level of indirection
because groupsMatchFilter() had been applied on each recursive call (and
thus there would be no second level if the first level fails the check).

This new implementation replaces the recursive call with a stack that
iterates all nested groups before filtering with groupsMatchFilter().

Signed-off-by: default avatarRoland Tapken <roland@bitarbeiter.net>
parent c2d8a36d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment