Add user in LDAP using pub.client.ldap:add

Requirement: To add user in the AD server from webMethods flow.

I am unable to add the user , i am gettng the below error

com.wm.app.b2b.server.ServiceException: javax.naming.OperationNotSupportedException: [LDAP: error code 53 - 0000209A: SvcErr: DSID-031A0FF7, problem 5003 (WILL_NOT_PERFORM), data 0

i am giving the below attributes to create user xyz123

givenName=xyz123
sAMAccountType=12356
objectClass=top
objectClass=person
objectClass=organizationalPerson
objectClass=inetOrgPerson
cn=xyz123
sn=xyz123
userPassword=

and dn=CN=xyz123,CN=Users,DC=domain,DC=domain,DC=com

Hi Raga,

what is your LDAP provider?

Did you check with your LDAP Administration Team if this allowed for your LDAP-User used to connect to the LDAP-Server?

Regards,
Holger

Hi Raja
Please check your administrator privileges in your LDAP provider.
It seems to be like a grant problem
Best regards
Onur

1 Like