Enter user group

The role-based access to IT Inventory is controlled by modeling persons responsible and the user groups defined. User groups must be entered in the configuration file ARIS Publisher Server installation directory \tomcat\webapps\businesspublisher\config\extensions\ext02\security.xml. If you enter the name instead of the GUID make sure that the name is specified in the database language English.

In the default configuration, the GUID for all users with read privilege only is 14416e90-0884-11dc-2729-000bcd0cce4e for the user group IT Inventory:

<mapper name="SystemFactSheet_InventoryUsers_Profile" type="profileMapper">

<!-- possible properties are:

filterguid - guid of selected filter, groupguid,groupname - guid (name) of group which is associated with logged in user profilegroupguid, profilegroupname - guid (name) of group which is associated with selected profile-->

<property name="groupguid">

14416e90-0884-11dc-2729-000bcd0cce4e

</property>

</mapper>

</permissionTemplate>

...

For IT architects, the GUID is entered for the user group IT Architects:

<mapper name="IT_Architects_Profile" type="profileMapper">

<property name="groupguid">

a92b03f0-594c-11e0-5541-001a6b3c820f

</property>

</mapper>