Merge pull request #1322 from rooso/main

Update example configuration for Active Directory
This commit is contained in:
Ryan Richard 2022-11-09 09:35:32 -08:00 committed by GitHub
commit d35306aa85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.