Page tree

Versions Compared

Key

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

Your organization may want to have users authenticate to Lumeta Enterprise Edition using Active Directory (AD). This arrangement––with an assist from you––maps AD user-rights to the Lumeta system and controls what individual users can see and control when logged in to a Lumeta Command Center.  Your contribution is to tell the Lumeta system how to apply rules to map groups, organizations, and roles by creating a csv group mapping file. The group mapping file you create specifies the mapping.

Tip

For more on organizations, roles, and permissions, see the About Organizations, Zones & Users page.

Info
titleUpdate

In the groupmapping mechanism, a list of AD groups separated by the pipe symbol (|) can now be set as 'superuser' (or the column can be left blank). 

Sample format:

group2|group4|group1Manager/Developmentsuperuser
group5|group4|group6Viewer/Sales 

When an AD (new) user logins into Lumeta, a user account is created along with roles mapped to the user's AD groups. If these AD groups are defined as 'superuser', all the users in AD group will be designated at Lumeta superusers. Changes to groupmapping data take effect when the users associated with those records login to the Lumeta system.

Let's assume, for example, that Active Directory contains (or has defined) these groups and we want to assign users to particular roles in Lumeta, remembering that each Lumeta role is always paired with an organization defined in Lumeta.

Example AD Groups
vp
admin
security
na
emea
apac


Customer-Defined Lumeta Organizations

NA
EMEA
APAC
Actual Lumeta Roles
SysAdmin (no GUI access)
Viewer (read-only)
Manager (read + write)

...

security|apac,Viewer/EMEA

CSV File Rules

The rules we've introduced are as followfollows:

  1. Each line in the group mapping file starts with a list of AD groups followed by a role/organization pair.
  2. If there is more than one group, separate by a vertical bar (|)
  3. Each role must be paired with its organization, separated by a forward slash (/)
  4. Users are assigned roles for every in which their AD groups match

...