User authentication
Authentication groups
IX14 User Guide
188
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 rights for the group:
n
Admin access:
(config auth group test)> acl admin enable true
(config)>
n
Set the access level for Admin access:
(config)> auth group admin acl admin level
value
(config)>
where
value
is either:
l
full
: provides users of this group with the ability to manage the IX14 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 access is not available if the
Allow shell
parameter has been disabled. See
for more information about the
Allow shell
parameter.
n
Serial access:
(config auth group test)> acl serial enable true
(config)>
5. (Optional) Configure captive portal access:
a. Return to the config prompt by typing three periods (
...
):
(config auth group test)> ...
(config)>
b. Enable captive portal access rights for users of this group:
(config)> auth group test acl portal enable true
(config)>
c. Add a captive portal to which users of this group will have access:
i. Determine available portals:
(config)> show firewall portal
portal1