To create a new connection
- In the , open the Connections tab.
- Click Add connection, then use the following options:
-
Click Next.
- On the Specify connection settings page, use the following options:
-
Server: Type or select the fully qualified DNS name of the IBM AS/400 server running the LDAP service.
-
Port: Type the IBM AS/400 LDAP communication port number in use by the service.
-
User name: Specify the fully distinguished name (DN) of the account under which the application will access the IBM AS/400 LDAP directory service.
-
Password: specify the password of the user account under which the application will access the IBM AS/400 LDAP directory service. We recommend that you select the SSL check box if synchronizing sensitive data between connectors.
- Test Connection: Click this button to verify the specified connection settings.
-
Click Next.
-
Click Finish to create a connection to the IBM AS/400 system.
To modify connection settings
- In the , open the Connections tab.
-
Click Connection Settings below the existing IBM AS/400 connection you want to modify.
-
On the Connection Settings tab, click the Specify connection settings item to expand it and use the following options:
-
Server: Type or select the fully qualified DNS name of the IBM AS/400 server running the LDAP service.
-
Port: Type the IBM AS/400 LDAP communication port number in use by the service.
-
User name: Specify the fully distinguished name (DN) of the account under which the application will access the IBM AS/400 LDAP directory service.
-
Password: specify the password of the user account under which the application will access the IBM AS/400 LDAP directory service. We recommend that you select the SSL check box if synchronizing sensitive data between connectors.
- Test Connection: Click this button to verify the specified connection settings.
-
Click Save.
This topic briefs about the additional points to consider when configuring the IBM AS/400 connector.
Using groups with IBM AS/400
The IBM AS/400 operating system does not have any concept of groups as discrete entities. Instead, an administrator creates a user profile which is used as a group profile. Other user profiles are then linked to this using the GrpPrf or SupGrpPrf parameters of the ChgUsrPrf command. The GrpPrf value maps to the os400-grpprf attribute in the IBM AS/400 schema, while the SupGrpPrf value maps to the os400-supgrpprf attribute. The IBM AS/400 Quick Connect mappings must be defined for users and groups to enable full user and group synchronization.
Optional IBM AS/400 account unlock during password reset function
You can optionally unlock a user's IBM AS/400 account at the same time as performing a password reset. This functionality is switched off by default and can be enabled by editing the connector's configuration file as follows:
-
Edit the <Program Files folder>\One Identity\Active Roles\7.4\SyncService\AS400Connector_ConnectorConfig.xml file.
-
Add the following lines just before the </ConnectorInfo> which appears on the last line of the file:
<SelfConfig>
<EnableAccount>true</EnableAccount>
</SelfConfig>
NOTE: Only the value true will enable the new functionality.
The LDAP password request sent to IBM AS/400 will then also include a request to modify the account status (os400-status=*ENABLED)).
The configuration file is read every time an LDAP connection is made to the IBM AS/400, so the new value will be picked up for the next set of synchronizations.
NOTE: If you edited ConnectorConfig.xml to implement the optional unlock of a user's IBM AS/400 account at the same time as performing a password reset in an earlier version of the connector for IBM AS/400, then you will need to repeat that edit after installing a later version.
To create a connection to IBM RACF connector, you need to use in conjunction with a special connector called IBM RACF Connector. This connector is included in the package.
The IBM RACF Connector supports the following features:
Table 53: IBM RACF Connector – Supported features
Bidirectional synchronization
Specifies whether you can both read and write data in the connected data system. |
Yes |
Delta processing mode
Specifies whether the connection can process only the data that has changed in the connected data system since the last synchronization operation. This reduces the overall synchronization duration. |
No |
Password synchronization
Specifies whether you can synchronize user passwords from an Active Directory (AD) domain to the connected data system. |
Yes |
Prerequisites
NOTE: There is an 8 character limit for user and group names on IBM RACF. The character limit is also applicable to the passwords on IBM RACF.