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.

 View Only
Expand all | Collapse all

MWS LDAP Query for LDAP Role Provide

  • 1.  MWS LDAP Query for LDAP Role Provide

    Posted Sun November 12, 2023 08:39 PM

    Product/components used and version/fix level: IS10.5

    Detailed explanation of the problem:

    What I’m trying to achieve is, I have an AD group which has 50+ users on it.

    Now, I’m trying to search list of users from AD group, but the java code is not working. Can anyone help me with the Java code to do ldap search based on AD group?

    Error messages / full error message screenshot / log file:

    No errors from server log.


    #BPM
    #esb
    #MWS-CAF-Task-Engine
    #webMethods


  • 2.  RE: MWS LDAP Query for LDAP Role Provide

    Posted Sun November 12, 2023 09:38 PM

    @nambilnarayanan
    Please clarify “not working”.

    Did you start with sample Java code or create it from scratch?

    Also, please clarify your use case.

    -----> Wayne


    #BPM
    #esb
    #webMethods
    #MWS-CAF-Task-Engine


  • 3.  RE: MWS LDAP Query for LDAP Role Provide

    Posted Mon November 13, 2023 04:46 AM

    Hi,

    is the package WmCDS availbale on your 10.5 instance?
    If this is the case, you can use the services from this package to retrieve the group via CentralUserManagement.
    Additionally you will find the public services from WmPublic under the pub.client.ldap-Folder helpful.
    See IS Built-In-Services Rererence for details.

    Can you share the java code snippet here for analysis?

    Sometimes the LDAP-Provider is limiting such searches for performance reasons.
    Can you check this with the admin team of your AD LDAP Server for details?

    Regards,
    Holger


    #webMethods
    #BPM
    #esb
    #MWS-CAF-Task-Engine