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
  • 1.  Need help with LDAP Query Role

    Posted Sat March 29, 2008 11:04 PM

    I have configured MWS to connect with Sun Directory Server and created a LDAP query Role. Now all the ldap users are listed in the Users page of MWS.
    But I only need a subset of these ldap users. I think it could be done by adding a LDAP query in my ldap role.
    But I have tried different queries and ldap users are still not filtered. Can somebody give me the right syntax for the ldap query. I only want to import ldap users whose first name (givenname) is Test*.

    I have tried the following queries with (simple checked) but none worked:
    givenname=Test*
    cn=Tester One
    sn=One

    Thanks for any ideas.


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 2.  RE: Need help with LDAP Query Role

    Posted Wed June 03, 2009 01:45 AM

    Hi,

    Did you resolve this thread?

    Can you help me please?

    thanks
    Joel


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 3.  RE: Need help with LDAP Query Role

    Posted Wed June 03, 2009 04:11 PM

    Hi Joel,
    You could look up the syntax in the following url. This may give you some idea how to formulate the ldap query.

    [URL]http://www.idevelopment.info/data/LDAP/LDAP_Resources/SEARCH_Using_Search_Syntax.shtml[/URL]


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS


  • 4.  RE: Need help with LDAP Query Role

    Posted Wed June 03, 2009 04:19 PM

    Hi Vincent,

    The ldap querys i know how to implement, my question is if in my new page (myenterprise.main.page), the sso is a that way:

    1. i obtain the user id
    2. using a query ldap i go to search the user id
    3. if the id is exists, i redirect to the application, if does not, id redirect to the login page

    This is correct?

    Regards
    Joel


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 5.  RE: Need help with LDAP Query Role

    Posted Thu June 04, 2009 05:46 PM

    Hi Iengca,

    The ldap querys i know how to implement and the query function in a ldap browser.

    My problem is in the ldap query that not function and if i insert a space in this field (for to pass the obligatoriness validation), the mws returns all users in the ldap directory service.

    My mws is 7.1.2, this is a bug or my configuration is wrong?

    Thanks
    Joel


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods