mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-20 06:54:20 +00:00
Active Directory cli options
This commit is contained in:
@@ -155,9 +155,10 @@ spec:
|
||||
base:
|
||||
description: Base is the dn (distinguished name) that should be
|
||||
used as the search base when searching for users. E.g. "ou=users,dc=example,dc=com".
|
||||
Optional, when not specified it will be defaulted based on the
|
||||
host, for example if your active directory host is "activedirectory.example.com:636",
|
||||
it will be "dc=activedirectory,dc=example,dc=com".
|
||||
Optional, when not specified it will search the whole directory
|
||||
tree. Note that if your bind user only has permission to search
|
||||
a subtree, this must be specified. Search a subtree will also
|
||||
be faster.
|
||||
type: string
|
||||
filter:
|
||||
description: Filter is the ActiveDirectory search filter which
|
||||
|
||||
Reference in New Issue
Block a user