diff --git a/site/content/docs/howto/configure-supervisor-with-activedirectory.md b/site/content/docs/howto/configure-supervisor-with-activedirectory.md index 0941f607..37beadfc 100644 --- a/site/content/docs/howto/configure-supervisor-with-activedirectory.md +++ b/site/content/docs/howto/configure-supervisor-with-activedirectory.md @@ -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.