parent
088abcf1d2
commit
8effe31fdf
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ public final class LDAPContextManager implements AutoCloseable {
|
||||||
|
|
||||||
// when using Start TLS, use default socket factory for LDAP client but pass the TrustStore SSL socket factory later
|
// when using Start TLS, use default socket factory for LDAP client but pass the TrustStore SSL socket factory later
|
||||||
// when calling StartTlsResponse.negotiate(trustStoreSSLSocketFactory)
|
// when calling StartTlsResponse.negotiate(trustStoreSSLSocketFactory)
|
||||||
if (LDAPUtil.shouldUseTruststoreSpi(ldapConfig)) {
|
if (!ldapConfig.isStartTls() && LDAPUtil.shouldUseTruststoreSpi(ldapConfig)) {
|
||||||
env.put("java.naming.ldap.factory.socket", "org.keycloak.truststore.SSLSocketFactory");
|
env.put("java.naming.ldap.factory.socket", "org.keycloak.truststore.SSLSocketFactory");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue