Hi,
I am trying to get setting password to work when creating a ADS user.
I have added a sertificate to AD DC - and I can access LDAPS (port 636) on it...
How ever when I create a user and Provisioning framework creates a ADS user and sets a password
- Set Password pass fails:
ToDSADirect.init got exception, returning false. - URL:ldap://DC02.company.net:636
javax.naming.CommunicationException: dc02.company.net:636 [Root exception is 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]
I have added root CA certificate to Java cacert store...
C:\Program Files (x86)\Java\jre6\lib\security>..\..\..\jdk1.6.0_32\bin\keytool.exe -import -alias dcldapsca -keystore cacerts -file C:\Certs\RootCert.cer
What am I missing???
BR
Veli-Matti