mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Indicate required fields in LDAP configuration correctly (#14526)
This commit is contained in:
committed by
GitHub
parent
75b925c326
commit
b7ed3b77bd
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user