Skip Navigation

LDAP data adapter output XML

The LDAP data adapter produces an XML output similar to the one below.
Output XML is highly dependent on configuration, but produces an output with the following general structure.
<IntegrationData from="AdDataAdapter"> <hynode type="TREE" name="ABC Inc."> <attributes> <lineage /> </attributes> <hynode type="TREE" name="Custom Support"> <attributes> <lineage>/</lineage> </attributes> <hynode type="USER" name="CSR A"> <attributes> <lineage>/Custom Support/</lineage> <sn>A</sn> <givenname>CSR</givenname> <samaccountname>csr_a</samaccountname> <displayname>CSR A Chief</displayname> <objectclass> <value>user</value> <value>organizationalPerson</value> <value>person</value> <value>top</value> </objectclass> <userAccountControl>66050</userAccountControl> </attributes> </hynode> <hynode type="STATICLIST" name="All Users"> <attributes> <lineage>/AtHoc Users/Security Groups/</lineage> <name>AtHoc Users</name> <groupType>-2147483646</groupType> <mail>AtHocUsers@athoc.com</mail> <description /> <cn>AtHoc Users</cn> </attributes> <members> <member type="USER"> <samaccountname>jsmith</samaccountname> </member> <member type="USER"> <samaccountname>ksmith</samaccountname> </member> <member type="STATICLIST"> <cn>Engineering Users</cn> </member> <member type="STATICLIST"> <cn>Sales and Marketing Users</cn> </member> </members> </hynode> </hynode> </hynode> </IntegrationData>