-
Notifications
You must be signed in to change notification settings - Fork 1
/
vqadmin.acl
46 lines (40 loc) · 864 Bytes
/
vqadmin.acl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#
# Access List Definitions
#
#
# Default group contains permissions for all users
# not listed under any groups
#
# If the default group is not defined, users not
# listed under any other groups will have no
# permissions.
#
# Examples follow...
#
default - ...
#
# Access permissions:
#
# V View user information
# I View domain information
# M Modify user information
# U Modify domain information
# C Create user
# A Create domain
# D Delete user
# X Delete domain
#
# These features will still appear in the HTML templates
# if the user doesn't have access to them, however, they will
# get a permission denied error if they try to make use of
# them.
#
tech VI tech1user
admin VIMUDCA admin1user
#
# An asterisk in the features field specifies that you
# want all users in this group to have access to
# all features.
#
senior * admin