Update example configuration for Active Directory

there was an typo in the example configuration for Microsoft Active Directory. Attribute was `userPrincipleName` but should be `userPrincipalName`
This commit is contained in:
rooso 2022-10-20 14:34:12 +02:00 committed by GitHub
parent 4951cbe5d4
commit 3548362ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.