<div dir="ltr">Hi, All.<div><br></div><div>I would like to use connectionStrategy for ldap.</div><div><br></div>I defined ldap.properties as below.<div><br>idp.authn.LDAP.ldapURL                          = ldap://ldap01:389 ldap://ldap02:389</div><div><br></div><div>However, it seems that ldap02 is always used.</div><div><br></div><div>According to the URL described below, the default value of connectionStrategy is ACTIVE_PASSIVE,</div><div>so I guess that the first LDAP URL will be used for every request unless it fails and then the next LDAP URL will be used.</div><div><br></div><div><a href="https://shibboleth.atlassian.net/wiki/spaces/IDP4/pages/1265631572/LDAPConnector">https://shibboleth.atlassian.net/wiki/spaces/IDP4/pages/1265631572/LDAPConnector</a><br></div></div>