One Identity Manager Connector saves its configuration settings in the configuration file (.xml file) located in the Active Roles Synchronization Service installation folder. You can edit the XML elements in the file to configure the various parameters of the One Identity Manager Connector. The table below describes the XML elements you can edit.
XML element |
Description |
<ExcludeDeletedObjects> |
Specifies how Active Roles Synchronization Service will treat objects marked as deleted in Identity Manager. This element can take one of the following values:
For example: <ExcludeDeletedObjects> TRUE </ExcludeDeletedObjects> |
<PasswordAttributes> |
Specifies the default Identity Manager attribute to be used for storing passwords for objects of a particular type. Specifying an attribute for storing passwords in the Active Roles Synchronization Service GUI overrides the value set in this XML element. For example: <PasswordAttributes> <PasswordAttributeDefinitions> <PasswordAttributeDefinition objectType="Person" attribute="CentralPassword" /> </PasswordAttributeDefinitions> </PasswordAttributes> |
<ReadFullSync> |
Specifies a value of the FullSync variable for Read operations performed in Identity Manager. |
<CreateFullSync> |
Specifies a value of the FullSync variable for Create operations performed in Identity Manager. |
<ModifyFullSync> |
Specifies a value of the FullSync variable for Modify operations performed in Identity Manager. |
<DeleteFullSync> |
Specifies a value of the FullSync variable for Delete operations performed in Identity Manager. |
<ObjRefFullSync> |
Specifies a value of the FullSync variable for Modify Object Reference operations performed in Identity Manager. |
<SyncStatusFullSync> |
Specifies a value of the FullSync variable for Sync Status operations performed in Identity Manager. |
For more information about the FullSync variable and the values it can take, see the One Identity Manager documentation.