Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

LDAP configuration requires many parameters. This page lists all the parameters required parameters for LDAP configuration, and possible scenarios.

LDAP Server

...

  • The attribute must be defined in the group class LDAP schema, which means that this schema might need to be extended.
    Usually, the built-in role name is stored as the group name (cn), thus avoiding the need to extend the schema.
  • Create 4 groups - one for each built-in role. The group names should be identical to the built-in role names if the chosen attribute is the group name (cn).
  • Add users to the groups.
    For example, an administrator user named "john" (cn=john) should belong to a group named "OpDashAdminRole" (cn=OpDashAdminRole).

...