How to enable a user in AD via LDAP ?
888568Sep 15 2011 — edited Sep 20 2011I'm trying to create an user in AD via Java/LDAP program and the user that is getting created is always disabled. When I tried to set the 'userAccountControl' t0 '512', it is giving me the following error:
javax.naming.OperationNotSupportedException: [LDAP: error code 53 - 0000052D: SvcErr: DSID-031A0FBC, problem 5003 (WILL_NOT_PERFORM), data 0
1) I don't think it's an issue with SSL as I'm able to successfully connect through SSL port and do other operations like modify password etc.
2) I'm also doing the UTF-16 encoding and that is why I'm able to modify the password successfull
Hope to get a response soon.
Thanks , antony