Conditions:
Mainframe user names are stored on the same LDAP directory that is used to authenticate your users.
Every user has a single unique object.
Each object has multiple attributes.
An attribute is needed to search for mainframe user names.
Implementation scenarios:
Add an attribute to an object.
Advantages:
The LDAP schema is similar to a template.
One user can have multiple mainframe user names (attributes).
Disadvantage: Requires a change in schema.
Re-purpose an unused attribute.
Advantage: No change in schema is required.