Creating a One Identity Manager connection
Synchronization Service supports One Identity Manager out of the box, so you can create a connection to Identity Manager just after you install Synchronization Service.
To create a new connection
- In the Synchronization Service Administration Console, open the Connections tab.
- Click Add connection, and then use the following options:
- Connection name. Type a descriptive name for the connection.
- Use the specified connector. Select One Identity Manager Connector.
- Click Next.
- On the Specify connection settings page, use the following options:
- Application Server URL. Specify the address of the One Identity Manager application server to which you want to connect.
- Authentication module. Identifies the One Identity Manager authentication module that is to be used to verify the connection’s user ID and password.
- User name. Specify the user ID for this connection.
- Password. Specify the password of the user ID for this connection.
- Test Connection. Click to verify the specified connection settings.
- Click Next.
The One Identity Manager modules, target systems, and containers are displayed.
- Select the required One Identity Manager modules.
NOTE: The One Identity Manager target systems and One Identity Manager containers are applicable only for the Target System Base module (UNS..B tables).
- Click Finish to create a connection to One Identity Manager.
Modifying a One Identity Manager connection
To modify connection settings
- In the Synchronization Service Administration Console, open the Connections tab.
- Click Connection settings below the existing One Identity Manager connection you want to modify.
- Expand Specify connection settings and use the following options to modify the settings as necessary:
- Application Server URL. View or change the address of the One Identity Manager application server for this connection.
- Authentication module. Identifies the One Identity Manager authentication module that is used to verify the connection’s user ID and password.
- User name. View or change the user ID for this connection.
- Password. Specify the password of the user ID for this connection.
- Test Connection. Click to verify the specified connection settings.
- Click Next.
The One Identity Manager modules, target systems, and containers are displayed.
- Select the required One Identity Manager modules.
NOTE: The One Identity Manager target systems and One Identity Manager containers are applicable only for the Target System Base module (UNS..B tables).
- Click Finish to create a connection to One Identity Manager.
One Identity Manager Connector configuration file
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.
Table 53: XML elements
<ExcludeDeletedObjects> |
Specifies how Active Roles will treat objects marked as deleted in Identity Manager. This element can take one of the following values:
- TRUE. Specifies to ignore deleted objects during data synchronization operations.
- FALSE. Specifies to process deleted objects during data synchronization operations.
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 GUI overrides the value set in this XML element.
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.
Working with a delimited text file
This section describes how to create or modify a connection to a delimited text file so that Synchronization Service could work with data in that file.
To create a connection to a delimited text file, you need to use Synchronization Service in conjunction with a special connector called Delimited Text File Connector. This connector is included in the Synchronization Service package.
The Delimited Text File Connector supports the following features:
Table 54: Supported features
Bidirectional synchronization
Allows you to read and write data in the connected data system. |
No
By using this connector, you can only read data in the connected data system. |
Delta processing mode
Allows you to process only the data that has changed in the connected data system since the last synchronization operation, thereby reducing the overall synchronization operation time. |
Yes |
Password synchronization
Allows you to synchronize user passwords from an Active Directory domain to the connected data system. |
No |
In this section: