User Guide
OmniAccess SafeGuard OS Administration Guide
41
Chapter 2: Accessing and Managing the System
The following example adds a management user with username abcd, password abcd
and access mode exec-user:
(SafeGuardOS) (config) #no aaa mgmt-user abcd passwd abcd access-mode exec-user
The following example deletes the management user with username abcd:
(SafeGuardOS) (config) #no aaa mgmt-user abcd
The following example changes the password of an administrator user (mgmtuser) to
f00onU3.
(SafeGuardOS) (config) # aaa mgmt-user mgmtuser passwd f00onU3
When a password is changed, a prompt asks for the former password. If none exists,
press the Enter key. The passwords are stored in encrypted format for protection.
The system contains a default “Admin” administrator user that cannot be deleted. The
default administrative password (set to null by default), however, can be changed and
encrypted.
Displaying the Management Users
To display the management users, in the Global Configuration mode use the show aaa
mgmt-users
command.
show aaa mgmt-users
The command has no parameters.
The following example shows sample output from the
show aaa mgmt-users command:
(SafeGuardOS) #show aaa mgmt-users
SNMPv3 SNMPv3 SNMPv3
User Name User Access Mode Access Mode Authentication Encryption
---------- ---------------- ----------- -------------- ----------
admin Admin Read/Write None None
guest Exec Read Only None None
execuser Exec Read Only None None
admin1 Admin Read Only None None
mode The mode from highest to lowest
privileges are:
■ admin-user – An admin user is
allowed to access all commands.
■ priv-user – The privilege user is
allowed to access only show and
action commands.
■ exec-user – The exec user is
allowed to access only show
commands.










