Hi all,
I have a J2EE web application that I am integrating with LDAP to implment Password Reset functionality to allow AD users to change their own password.
My code works at times, and sometimes it stops working throwing [code]LDAP error code 52, initializing SSL/TLS error.[/code] I don't know why this intermittent error is being thrown? Here's the line of code that gives error.
StartTlsResponse tls = (StartTlsResponse) myLdapContext.extendedOperation(new StartTlsRequest());
Any idea, please?
thanks.