fix: incorrect poolID when after decommission adding pools (#21590)

This commit is contained in:
jiuker
2025-09-18 19:47:48 +08:00
committed by GitHub
parent 7a80ec1cce
commit 756f3c8142
2 changed files with 2 additions and 1 deletions

View File

@@ -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),