Skip to content

Commit

Permalink
Username attributes update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylinsic committed Feb 3, 2024
1 parent dc70f83 commit 9b36af9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public ADConfiguration() {


setAccountObjectClasses("top", "person", "organizationalPerson", "user");
setAccountUserNameAttributes("sAMAccountName");
setAccountUserNameAttributes("sAMAccountName", "cn", "member", "userPrincipalName");
setUidAttribute("sAMAccountName");

setGroupObjectClasses("top", "group");
Expand Down

0 comments on commit 9b36af9

Please sign in to comment.