From 3548362ce417d98f2ef46cca061fd17d0cebe885 Mon Sep 17 00:00:00 2001 From: rooso <51026046+rooso@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:34:12 +0200 Subject: [PATCH] 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` --- .../docs/howto/configure-supervisor-with-activedirectory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.