11.1 About Platform Services for i5/OS

Platform Services for i5/OS consists of two major components.

11.1.1 The System Intercept

The driver must be informed of changes made to passwords in order to support password replication. The System Intercept for i5/OS provides information to the Core Driver about password changes made on the platform. (Information about password changes to a user in eDirectory™ are received by the i5/OS platform as provisioning events and are processed by the Platform Receiver.)

The System Intercept must be configured to connect directly to Core Drivers using the DIRECTTOAUTHENTICATION statement in the platform configuration file. For details about the platform configuration file, see Section 10.0, The Platform Configuration File.

11.1.2 The Platform Receiver

The Platform Receiver processes provisioning events received from the Event Journal Services component of the Core Driver.

The Platform Receiver communicates with Event Journal Services using Secure Sockets Layer (SSL). Data is encoded using UTF-8, which is converted to EBCDIC.

Run the Platform Receiver on a schedule that is appropriate for your requirements. For details about Platform Receiver operation, see Section III, Platform Services Planning.

The Platform Receiver reads its configuration information from ASAM/data/asamplat.conf, the platform configuration file. For details about the platform configuration file, see Section III, Platform Services Planning.

The i5/OS Platform Receiver uses the Attribute Name Mapping file, /usr/local/ASAM/data/attrmap.conf, to convert attribute names obtained from Event Journal Services to the Profile and System Distribution Directory field names for use by the Receiver scripts. For more information about the Attribute Name Mapping file, see The Attribute Name Mapping File.

The i5/OS Platform Receiver logs messages to the standard joblog facility.

11.1.3 Receiver Scripts

Receiver scripts for i5/OS platforms are implemented as Control Language (CL) programs. The Platform Receiver runs the programs from the ASAM library.

Provisioning events are received as groupings of name-value pairs as shown in the following example:

enterpriseUserName  bob

The Platform Receiver calls a Receiver script whenever it is necessary to obtain information about users or groups on the platform and whenever it is appropriate to take an action for a user or group on the platform.

Processing Summary

  1. When the Platform Receiver calls a Receiver script, it maps the name-value pairs and stores them in a user space. Procedures are provided for setting and retrieving these values.

    User names and group names are checked for validity before they are mapped. A utility Receiver script is called to perform the validity checking.

  2. Receiver scripts are called as appropriate to determine group affiliations for user events and group membership for group events.

  3. Receiver scripts are called to take the necessary actions.

For more information about Receiver scripts, see Section 8.9, Receiver Scripts and the scripts themselves.

11.1.4 Authentication Services

Authentication Services for i5/OS does not redirect authentication requests to eDirectory, but instead replicates passwords between the i5/OS system and eDirectory.

When a password is changed on the i5/OS system, the System Intercept sends a change password notification to a Core Driver for processing.

When a password for a user associated with an i5/OS system is changed in

, a provisioning event is generated by the Core Driver and given to the Platform Receiver for processing. By default, the Core Driver converts passwords to lowercase before sending them to the Platform Receiver. For more information about password case, see Lower Password Case.

Because password replication information travels in both directions, it is affected by the Include/Exclude lists of both Authentication Services and Identity Provisioning. It is important therefore, to configure both sets of Include/Exclude lists symmetrically.