40 lines
1.8 KiB
INI
40 lines
1.8 KiB
INI
|
# -----------------------------------------------------------------------------
|
||
|
# This is a base level file that should not be modified.
|
||
|
# Please use the user administration GUI to modify user roles/permissions.
|
||
|
# -----------------------------------------------------------------------------
|
||
|
# SOFTWARE HISTORY
|
||
|
#
|
||
|
# Date Ticket# Engineer Description
|
||
|
# ------------- -------- --------- ------------------------
|
||
|
# Apr 18, 2017 6288 randerso Initial creation
|
||
|
# Aug 10, 2017 4674 randerso Adding localization permissions
|
||
|
# -----------------------------------------------------------------------------
|
||
|
|
||
|
# -----------------------------------------------------------------------------
|
||
|
# Defined permissions
|
||
|
# Permissions must be listed in the permissions section to be available
|
||
|
# in the user admin GUI.
|
||
|
#
|
||
|
# permissionString = Description
|
||
|
# NOTE: permission names must use . instead of : due to INI parser limitation
|
||
|
# -----------------------------------------------------------------------------
|
||
|
[permissions]
|
||
|
archive.retention = Allow access to Archive Retention and Case Creation
|
||
|
archive.casecreation = Allow access to Archive Case Creation
|
||
|
|
||
|
# Define the description for each role
|
||
|
# roleName = description
|
||
|
# -----------------------------------------------------------------------------
|
||
|
[roleDescriptions]
|
||
|
archiveUser = Allows access to archive case creation
|
||
|
archiveAdmin = Allows access to archive retention
|
||
|
|
||
|
# -----------------------------------------------------------------------------
|
||
|
# Define the permissions assigned to each role
|
||
|
# roleName = perm1, perm2, ..., permN
|
||
|
# -----------------------------------------------------------------------------
|
||
|
[roles]
|
||
|
archiveUser = archive:casecreation
|
||
|
|
||
|
archiveAdmin = archive:*, \
|
||
|
localization:*:common_static:site:*:archiver:*
|