Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for LDAP | - |
Not Applicable | - |
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:-
-->Configure 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.
-->Using this DN, we can perform the LDAP Modify Operation.