mirror of
https://github.com/minio/minio.git
synced 2025-11-10 05:59:43 -05:00
add deprecation notice for LDAP username format (#12849)
This commit is contained in:
@@ -62,7 +62,7 @@ var (
|
||||
},
|
||||
config.HelpKV{
|
||||
Key: UsernameFormat,
|
||||
Description: `";" separated list of username bind DNs e.g. "uid=%s,cn=accounts,dc=myldapserver,dc=com"`,
|
||||
Description: `[DEPRECATED] ";" separated list of username bind DNs e.g. "uid=%s,cn=accounts,dc=myldapserver,dc=com"`,
|
||||
Optional: true,
|
||||
Type: "list",
|
||||
Sensitive: true,
|
||||
|
||||
Reference in New Issue
Block a user