We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909da53 commit 09e05a6Copy full SHA for 09e05a6
lib/github/ldap/member_search/recursive.rb
@@ -37,8 +37,8 @@ def perform(group)
37
# track groups found
38
found = Hash.new
39
40
- # track DNs searched for (so we don't repeat searches)
41
- searched = []
+ # track all DNs searched for (so we don't repeat searches)
+ searched = Set.new
42
43
# if this is a posixGroup, return members immediately (no nesting)
44
uids = member_uids(group)
0 commit comments