mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Add test for fixed post policy exploit (#16855)
This commit is contained in:
committed by
GitHub
parent
8d6558b236
commit
09c733677a
@@ -189,7 +189,7 @@ func Lookup(s config.Config, rootCAs *x509.CertPool) (l Config, err error) {
|
||||
SRVRecordName: getCfgVal(SRVRecordName),
|
||||
}
|
||||
|
||||
// Parse explicity enable=on/off flag. If not set, defaults to `true`
|
||||
// Parse explicitly enable=on/off flag. If not set, defaults to `true`
|
||||
// because ServerAddr is set.
|
||||
if v := getCfgVal(config.Enable); v != "" {
|
||||
l.LDAP.Enabled, err = config.ParseBool(v)
|
||||
|
||||
Reference in New Issue
Block a user