Using IAM to import the previous LDAP settings from an earlier version of SV (10.3).
The import appears to work but when trying to access the following messages comes up:
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1946)
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:316)
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:310)
It appears that the bind may be failing.
Release : 10.7.2 with/without HF and Service Packs.
Component : Identity Access Manager (IAM)
The IAM iam-truststore.ks does not have the needed certificates from the LDAPS server.
The logs show SSL related errors :
thread.run(Thread.java:748)
Caused by: javax.net.ssl.
at sun.security.ssl.Alerts.
The IAM iam-truststore.ks does not have the needed certificates from the LDAPS server.
Keytool commands to import:
keytool -keystore “$LISA_HOME/IdentityAccessManager/certs/iam-truststore.ks" -importcert -file /usr/certs/root.cer -alias devtest
keytool -keystore “$LISA_HOME/IdentityAccessManager/certs/iam-truststore.ks" -importcert -file /usr/certs/intermidiate.cer -alias devtest2
keytool -keystore “$LISA_HOME/IdentityAccessManager/certs/iam-truststore.ks" -importcert -file /usr/certs/final.cer -alias devtest3
DevTest 10.7.2 + SP3:
Import the LDAPS server certificates in cacerts located at DevTest10.7.2\IdentityAccessManager\jdk\lib\security folder. Please review Service Pack documentations.