-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We have a serious error because getUsersForGroup does not return all group members. Found that is was caused by an organizational unit that had unmatched parentheses in its name, like OU=something(silly. It should have been escaped. Function parseDistinguishedName escapes a little bit but not unmatched parentheses. I propose this patch, which implements most of the rules in https://social.technet.microsoft.com/wiki/contents/articles/5312.active-directory-characters-to-escape.aspx
- Loading branch information
1 parent
3e7dab2
commit db8691b
Showing
1 changed file
with
65 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters