-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directory group error handling plus #347
Conversation
# Conflicts: # CHANGELOG.md
} | ||
|
||
List<LdapPerson> lookupGroupMembers(String dn) { | ||
// See class-level comment regarding this AD-specific query | ||
searchMany("(|(member0f=$dn) (memberOf:1.2.840.113556.1.4.1941:=$dn))", LdapPerson) | ||
lookupGroupInternal(dn, true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be lookupGroupMembersInternal
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, thank you
Other than the comment re: |
Cr: Greg |
Still need to test this, but looking or feedback. This AMs report at client highlights the importance of this.