Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 TIBCO ActiveMatrix BusinessWorks: Example of Basic LDAP Operations : Example Description

Example Description
This example shows how to use the adapter’s Publication, Subscription, and Request-response services in a TIBCO ActiveMatrix BusinessWorks process. It contains four processes: Operations, ReceivePub, Search, and TestSubService. Oracle Directory Server Enterprise Edition is used in the example.
Insert: adds a new entry to the LDAP server. In this example, the DN for the new entry is ou=exampleTest,dc=test1,dc=top,dc=test. The LDAP_ADD operation is used.
ModifyDN: renames the entry ou=exampleTest,dc=test1,dc=top,dc=test to ou=exampleTestModified,dc=test1,dc=top,dc=test. The LDAP_MODIFYKEY operation is used.
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved