Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to enable a user in AD via LDAP ?

888568Sep 15 2011 — edited Sep 20 2011
I'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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 18 2011
Added on Sep 15 2011
1 comment
449 views