Configuring member attributes in a federated repository configuration

Follow this task to configure member attributes in a federated repository configuration.

Before you begin

Because member attributes apply only to a Lightweight Directory Access Protocol (LDAP) repository, you must first configure an LDAP repository. For more information, see Managing repositories in a federated repository configuration.
Avoid trouble: POSIX group types are not supported. To work around this issue, add attributes to each POSIX group that contain the full distinguished name of any members, or use non-POSIX groups.

Procedure

  1. In the administrative console, click Security > Global security.
  2. Under User account repository, select Federated repositories from the Available realm definitions field and click Configure. To configure for a specific domain in a multiple security domain environment, click Security domains > domain_name. Under Security Attributes, expand User Realm, and click Customize for this domain. Select the Realm type as Federated repositories and then click Configure.
  3. Under Related items, click Manage repositories.
  4. Click Add > LDAP repository to specify a new external repository or select an external repository that is preconfigured.
    Note: If you click Add to specify a new external repository, you must first complete the required fields and click Apply before you can proceed to the next step.
  5. Under Additional properties, click Group attribute definition.
  6. Under Additional properties, click Member attributes.
  7. Click New to specify a new member attribute or Delete to remove a preconfigured member attribute.
  8. Accept the default, or supply the name of the member attribute in the Name of member attribute field.
    For example, member and uniqueMember are two commonly used names of member attributes.

    The member attribute is used to store the values that reference members that the group contains. The values must be defined as full user DNs. For example, a group type with an object class groupOfNames has a member attribute named member; group type with object class groupOfUniqueNames has a member attribute named uniqueMember. An LDAP repository supports multiple group types if multiple member attributes and their associated group object classes are specified.

  9. Supply the object class of the group that uses this member attribute in the Object class field.
    If this field is not defined, this member attribute applies to all group object classes.
  10. Select the scope of the member attribute.
    The default value is Direct.
    Direct
    The member attribute contains direct members only. Direct members are members that are directly contained by the group. For example, if Group1 contains Group2 and Group2 contains User1, then User1 is a direct member of Group2, but User1 is not a direct member of Group1.
    Nested
    The member attribute contains both direct members and nested members.
    All
    The member attribute contains direct members, nested members, and dynamic members.

Results

After completing these steps, member attributes are configured for your LDAP repository.

What to do next

  1. After configuring the federated repositories, click Security > Global security to return to the Global security panel. Verify that Federated repositories is identified in the Current® realm definition field. If Federated repositories is not identified, select Federated repositories from the Available realm definitions field and click Set as current. To verify the federated repositories configuration, click Apply on the Global security panel. If Federated repositories is not identified in the Current realm definition field, your federated repositories configuration is not used by WebSphere® Application Server.
  2. If you are enabling security, complete the remaining steps as specified in Enabling security for the realm. As the final step, validate this setup by clicking Apply in the Global security panel.
  3. Save, stop, and restart all the product servers (deployment managers, nodes, and Application Servers) for changes in this panel to take effect. If the server comes up without any problems, the setup is correct.