Previous Topic: resource Element

Next Topic: Copy the Connector Configuration to the CA RCM Server

Connector for Identity Manager Limitations with Active Directory

The following issues apply to using the connector for Active Directory:

Example: EndpointTypeMapping.xml Updated for Active Directory Connector

The following example shows you how to update the endpoint mapping file to prevent the Active Directory connector generating non-standard CSV files during data retrieval:

<resource description="Active Directory Group"
resource-class="eTADSGroup"
resource-name-attribute="eTADSGroupName"
resource-referenced-attribute="eTADSdistinguishedName"
resource-appears-in-attribute="eTADSmemberOf"
friendly-name-transformation="FIRST_DN_PART"
ignore-problematic-resources="true">
<constant-link
value="CN=Cert Publishers,CN=Users,DC=eurekify,DC=corp"/>
<replace-in-links 
pattern="DC=\?"
new-value="DC=eurekify,DC=corp"/>
</resource>