Indicate required fields in LDAP configuration correctly (#14526)

This commit is contained in:
Aditya Manthramurthy
2022-03-10 19:03:38 -08:00
committed by GitHub
parent 75b925c326
commit b7ed3b77bd
2 changed files with 15 additions and 18 deletions

View File

@@ -31,7 +31,6 @@ var (
config.HelpKV{
Key: LookupBindDN,
Description: `DN for LDAP read-only service account used to perform DN and group lookups`,
Optional: true,
Type: "string",
Sensitive: true,
},
@@ -45,13 +44,11 @@ var (
config.HelpKV{
Key: UserDNSearchBaseDN,
Description: `";" separated list of user search base DNs e.g. "dc=myldapserver,dc=com"`,
Optional: true,
Type: "list",
},
config.HelpKV{
Key: UserDNSearchFilter,
Description: `Search filter to lookup user DN`,
Optional: true,
Type: "string",
},
config.HelpKV{