mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
fix: incorrect poolID when after decommission adding pools (#21590)
This commit is contained in:
@@ -197,7 +197,7 @@ func Lookup(s config.Config, rootCAs *x509.CertPool) (l Config, err error) {
|
||||
if err != nil {
|
||||
host = ldapServer
|
||||
}
|
||||
|
||||
|
||||
l.LDAP = ldap.Config{
|
||||
ServerAddr: ldapServer,
|
||||
SRVRecordName: getCfgVal(SRVRecordName),
|
||||
|
||||
Reference in New Issue
Block a user