Federated registry support

Consider the following points when we configure federated registry support.

The federated registry support feature provides the following benefits:

The following limitations apply to supported federated registries:

  • Password Reset:

    If you reset the password with the pdadmin> user modify <user> password <password> command, then the bind-dn account needs permission to be able to set or reset a user's userPassword attribute (or unicodePwd for Active Directory).

  • Credential Construction:

    • Active Directory:

      • The bind-dn account needs permission to be able to read the memberOf attribute of a user.

      • If dynamic-groups-enabled = yes, then bind-dn account needs permission to read the authorization store containing the groups with attribute groupType=34 and read the group attribute msDS-AzLDAPQuery, which contains a search filter. The bind-dn account then needs permission to search for user entries under the specified suffixes using this search filter.

    • IBM Security Directory Server: The bind-dn account needs permission to be able to read the ibm-allGroups attribute of a user.
    • Oracle Sun Directory Server: If dynamic-groups-enabled = yes, then bind-dn account needs permission to search under the specified suffix for group entries with an objectClass=groupOfURLs. It also needs permission to read the group attribute memberURL, which contains a search suffix, scope, and filter. The bind-dn account then needs permission to search for user entries under the specified suffix using this search filter and scope.
    • For other supported registries, the bind-dn account needs permission to search for group entries under the specified suffixes and read their member entries.Notes:

      • The configuration property dynamic-groups-enabled is configurable per federated registry stanza and for the ISAM registry itself. It defaults to FALSE except for IBM Security Directory Server, which automatically provides dynamic group memberships using the ibm-allGroups attribute.
      • Read access to additional user entry attributes might be required if Security Verify Access is configured to fetch and add their values to the credential.

  • Import User or Group: The bind-dn account needs permission to read the user or group objectclass attribute.

  • If we do not plan to view, add, remove, or modify the federated registry native user and group accounts, then no additional permissions are required.
  • Federated registry native user and group administration via pdadmin: The bind-dn account must have permission to view, add, remove, and modify users and groups and modify group memberships under the specified federated registry suffix.

    Parent topic: LDAP concerns