mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-08 15:21:55 +00:00
Merge pull request #1322 from rooso/main
Update example configuration for Active Directory
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user