How can the TIBCO Adapter (TM) for LDAP be used to retrieve all the members of a Group?

How can the TIBCO Adapter (TM) for LDAP be used to retrieve all the members of a Group?

book

Article ID: KB0092372

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for LDAP -
Not Applicable -

Description

Resolution:
In order to retrieve members of a group, kindly configure a Request-Response Service. Please refer TIBCO Adapter for LDAP Users Guide - Adapter Instance Options - Request Response Service for details related to the configuration.

Configure a 'Invoke Request Response Service' activity in the BW Process with the following parameters:-
-------
Opcode - "LDAP_SEARCH"
Search Condition - "memberof = &ltComplete_DN_of_the_ldap_group>"
-------

Below is an example:
------
"Opcode=LDAP_SEARCH"
"memberof = CN=TIBCOGroup,CN=Users,DC=tibco,DC=support,DC=com"

Issue/Introduction

How can the TIBCO Adapter (TM) for LDAP be used to retrieve all the members of a Group?