hi
i create SSL request using port 636 to my local AD server 2008.
i will successfully bind with server and add user on server, but when i add user with setting password( unicodePwd ) i recevied error-53 will not perform..
i successfully add the certificate on my keystore and add before making request
i not understand what else i missing. i enable the ssl debugCode:System.setProperty("javax.net.ssl.trustStore",System.getProperty("java.home")+ "/" + "lib" + "/" + "security"+"/"+"cacerts");but it not show any error everything going fine there but still unable to add user with password. is there any further setting required to add the user with password.Code:System.setProperty("javax.net.debug", "ssl");
i encode my password string as a Unicode before adding it to attribute but no success...
can anyOne suggest me please urgent help required..


Reply With Quote
