Does any one have any working code of updating the unicodePwd. connectionConfig.setLdapHost( server ); connectionConfig.setLdapPort( 636 ); connectionConfig.setName( username ); connectionConfig.setCredentials( password ); connectionConfig.setUseSsl( 1 ); connectionConfig.setSslProtocol( "SSLv3" );
I can bind just fine and create an account but when i try to update the password I get the follow error: Messages: 0000001F: SvcErr: DSID-031A12D2, problem 5003 (WILL_NOT_PERFORM), data 0 Im pretty sure the password encoding is correct because i took an example straight from the Tech Microsoft site. Any ideas?
