-
Bug
-
Resolution: Fixed
-
Minor
-
None
The AD plugins recognizes groups by CN and sAMAccount. Firstly, it will try to look for the CN and later if not found by the sAMAccount. However, it always returns what was introduced as groupname, when it should be returning something like group.getCN() where group is an Attribute.
The problem is that when looking for users through loadUserByUsername, it adds as Authorities the group CN, but not the group sAMAccount.
- mentioned in
-
Page Loading...