How can the TIBCO Adapter (TM) for LDAP modify an entry without the DN as the input?

How can the TIBCO Adapter (TM) for LDAP modify an entry without the DN as the input?

book

Article ID: KB0092336

calendar_today

Updated On:

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

Description

Resolution:
In the LDAP Server, the DN is used to uniquely identify an entry. Modification of an entry without its DN would fail.

If there exists any other unique field, say UserId, then we can modify the entry by following the below steps:-

--&gtConfigure a LDAP Adapter Request-Response Service to search the LDAP Server for the User ID
--> The output would provide us the DN corresponding to the UserId.
--&gtUsing this DN, we can perform the LDAP Modify Operation.

Issue/Introduction

How can the TIBCO Adapter (TM) for LDAP modify an entry without the DN as the input?