Hi
I'm trying to change user password in Activedirectory... For this i use ssl
connection i get the ssl connection for AD using java code...
String keystore = "/jre/lib/security/cacerts";
System.setProperty("javax.net.ssl.trustStore",keystore);
env.put(Context.INITIAL_CONTEXT_FACTORY,
Hi
I'm trying to change user password in Activedirectory... For this i use ssl
connection i get the ssl connection for AD using java code...
String keystore = "/jre/lib/security/cacerts";
System.setProperty("javax.net.ssl.trustStore",keystore);
env.put(Context.INITIAL_CONTEXT_FACTORY,