Mapping Groups to Roles

To map groups to roles

  1. Using vi or any other text editor as “sudo”, edit the file /usr/local/ffm/config/shiro.ini.

  2. To map a group to a role, edit the following line that maps groups to roles and include the groups and roles according to your requirement.

    ldapRealm.rolesByGroup = FieldEngineer:FF_FieldEngineer, Administrator:FF_Administrator, Operator:FF_Operator, Observer:FF_Observer

  3. Restart Fabric Manager services for the changes to take effect.

    The group is mapped to the role.