IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
Expand all | Collapse all

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

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

    Posted Thu January 17, 2019 06:04 AM

    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


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Add user in LDAP using pub.client.ldap:add

    Posted Thu January 17, 2019 02:32 PM

    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


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Add user in LDAP using pub.client.ldap:add

    Posted Tue January 22, 2019 06:22 AM

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


    #Integration-Server-and-ESB
    #webMethods