User Guide

OmniAccess SafeGuard OS Administration Guide
259
Chapter 6: Configuring Authentication and Role Derivation
The following example adds a user with and without a role:
(SafeGuardOS) (config) #aaa user test passwd test role engineer
(SafeGuardOS) (config) #aaa user test1 passwd test1
(SafeGuardOS) (config) #
Deleting a User from the Database
To remove a user from the database, use the no version of the
aaa command in Global
Configuration Mode.
no aa user username
For example:
(SafeGuardOS) (config) #no aaa user test1
(SafeGuardOS) (config) #
Displaying the Local Authentication Database
To display the contents of the user authentication database, use the show aaa users
database Privileged Exec command:
show aaa users database
There are no parameters or options for this command.
The following example shows sample output from the
show aaa users database
command:
(SafeGuardOS) #show aaa users database
Contents of User authentication database
----------------------------------------
Number of Rows:206
User name Encrypted Password Role name
--------- ------------------ ---------
eap10 8D0R0K035[ Local 802.1x User
test 8=8D0U8= engineer
user1 8E0U8D0M03
user10 8E0U8D0M035[
user100 8E0U8D0M035[5[
user101 8E0U8D0M035[03 Role-101
The fields in the output represent:
Field Description
User Name The username.
Encrypted Password The user’s encrypted password
Role Name Role that will be assigned to this user when they log in.