Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for LDAP | - |
Not Applicable | - |
Resolution:
At design time, do the following before starting the adapter:
1. After configuring the adapter services, navigate to the “<Project_Root_ Folder>/AESchemas/ae/scalar/ae/Sequences” folder.
2. Drag and drop a Generic Sequence icon into the Sequences folder and enter the name as sequence [binary]. This is indicated in the screen shot “step1.gif”.
3. Select Binary as the element type and click Apply.
4. Navigate to the “<Project_Root_folder>/AESchemas/ae/adapter/ldap/<LDAP server type>/<LDAP server machine>/native/Classes/<required schema>” directory to set the type as binary for the required attributes in this case “ObjectGUID”. This contains the schema that was created. The required schema is the schema that must be modified and can be an object class name such as inetorgperson, user, organization, and so on.
The <LDAP server type> and <LDAP server machine> values are the values that you specified in the Server Type and Server Name fields under the Design-Time Connection tab while configuring the adapter instance.
5. Expand the schema and change the ObjectGUID attribute to binary type. Then click Browse in the Sequence field and select the sequence [binary] that was created in step 2.
6. Now to convert the ObjectGUID to an equivalent HEX value use the “tib: base64-to-hex” function.
7. Click Apply.
8. Save the project.