Getting rid of "LDAP: error code 53 - 0000001F: SvcErr: DSID-031A0FC0, problem 5003 (WILL_NOT_PERFORM), data 0" in Crowd

While adding new user in crowd this error may appear when you accidently attempt to create new user in Active Directory(LDAP).

INFO: [LDAP: error code 53 - 0000001F: SvcErr: DSID-031A0FC0, problem 5003 (WILL_NOT_PERFORM), data 0
]; nested exception is javax.naming.OperationNotSupportedException: [LDAP: error code 53 - 0000001F: SvcErr: DSID-031A0FC0, problem 5003 (WILL_NOT_PERFORM), data 0
]; remaining name 'cn=newtestuser,cn=users,dc=vantage,dc=com'


Solution :
If you dont want to add new user in Active Directory then you can:
Remove 'Add User' permission from Active directory in your crowd application settings:
1) Goto Aplications list in crowd server.
2) Select your application..
3)Select Permissions tab.
4)Select Active directory from the list of directories in your application.
5)Uncheck Add User.
6) Click Update.
Make sure you have other directories in the list with 'Add User' permission.

No comments:

Post a Comment