Skip to content

Commit

Permalink
Merge pull request #1322 from rooso/main
Browse files Browse the repository at this point in the history
Update example configuration for Active Directory
  • Loading branch information
cfryanr committed Nov 9, 2022
2 parents 4951cbe + 3548362 commit d35306a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
# Specify how to filter the search to find the specific user by username.
# "{}" will be replaced # by the username that the end-user had typed
# when they tried to log in.
filter: "&(objectClass=person)(userPrincipleName={})"
filter: "&(objectClass=person)(userPrincipalName={})"

# Specify which fields from the user entry should be used upon
# successful login.
Expand Down

0 comments on commit d35306a

Please sign in to comment.