Skip to content

Commit 7129554

Browse files
committed
Include uniqueMember, memberUid in attrs to fetch
1 parent 15b4771 commit 7129554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github/ldap/members/recursive.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Recursive
99
include Filter
1010

1111
DEFAULT_MAX_DEPTH = 9
12-
ATTRS = %w(dn member)
12+
ATTRS = %w(dn member uniqueMember memberUid)
1313

1414
# Internal: The GitHub::Ldap object to search domains with.
1515
attr_reader :ldap

0 commit comments

Comments
 (0)