User authentication Authentication groups
IX20 User Guide
877
10. (Optional) Enable users that belong to this group to query the device for Nagiosmonitoring by
checking the boxnext to Nagios access.
11. (Optional) Enable users that belong to this group to access the Wi-Fi scanning service by
checking the boxnext to Wi-Fi scanner access.
12. Click Apply to save the configuration and apply the change.
Command line
1. Select the device in Remote Manager and click Actions> Open Console, or log into the IX20
local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an Access selection
menu. Type admin to accessthe Admin CLI.
2. At the command line, type config to enter configuration mode:
> config
(config)>
3. Use the add auth group command to add a new authentication. For example, to add a group
named test:
(config)> add auth group test
(config auth group test)>
4. Enable access rightsfor the group:
n
Admin access:
(config auth group test)> acl admin enable true
(config)>
n
Set the accesslevel for Admin access:
(config)> auth group admin acl admin level value
(config)>
where value is either:
l
full: provides usersof thisgroup with the ability to manage the IX20 device by using
the WebUI or the Admin CLI.
l
read-only: provides users of this group with read-only access to the WebUI and
Admin CLI.
The default is full.
n
Shell access:
(config auth group test)> acl shell enable true
(config)>
Shell accessisnot available if the Allow shell parameter has been disabled. See Disable
shell access for more information about the Allow shell parameter.