2
Management
13
Displaying local user databases
With
the
SEG
CLI,
the
name
of
the
predefined
local
user
database
can
be
displayed
with
the
command:
Device:/>
show
LocalUserDatabase
Name
‐‐‐‐‐‐‐‐‐‐
AdminUsers
The
contents
of
this
can
be
displayed
by
first
changing
the
CLI
context
to
be
the
database:
Device:/>
cc
LocalUserDatabase
AdminUsers
The
CLI
prompt
will
change
to
indicate
the
new
context
and
the
database
contents
can
be
displayed:
Device:/LocalUserDatabase/AdminUsers>
show
User
Name
Groups
Comments
‐‐‐‐‐ ‐‐‐‐‐‐‐‐‐‐‐‐‐‐ ‐‐‐‐‐‐‐‐
admin
Administrators
<empty>
Here,
the
Group
membership
is
significant
since
this
determines
the
privileges
that
a
user
has.
Finally,
return
to
the
default
context:
Device:/LocalUserDatabase/AdminUsers>
cc
Device:/>
Creating Auditor accounts
Extra
user
accounts
in
the
local
user
database
can
be
created
as
required
with
arbitrary
usernames
and
passwords.
If
the
group
is
specified
as
Administrators
,
it
has
full
access
privileges.
If,
however,
the
group
is
specified
as
the
text
string
Auditors
,
the
user
will
only
have
read
‐
only
privileges
and
will
not
be
able
to
make
configuration
changes.
The
following
commands
create
an
auditor
account
with
a
username
of
audit
and
a
password
of
audit
:
Device:/>
cc
LocalUserDatabase
AdminUsers
Device:/LocalUserDatabase/AdminUsers>
add
User
audit
Password=audit
Groups=Auditors