User Guide
OmniAccess SafeGuard OS Administration Guide
251
Chapter 6: Configuring Authentication and Role Derivation
Creating a Grey List Entry
To create a grey list entry, use the aaa session-tracking grey-list id command in
Global Configuration mode:
aaa session-tracking grey-list id entryid user name {is-partial}
In the following example, user admin is added to the grey list.
(SafeGuardOS) #configure terminal
(SafeGuardOS) (config) #aaa session-tracking grey-list id 1 user admin
is-partial
(SafeGuardOS) (config) #exit
(SafeGuardOS) #
Removing a Grey List Entry
Removing a grey list entry causes the system to log the update to the credential. To
remove a user from the grey-list, use the no form of this command:
no aaa session-tracking grey-list id entryid
Displaying a Grey List
To see grey list entries, use the show aaa session-tracking grey-list command in Global
Configuration mode.
show aaa session-tracking grey-list
There are no options or parameters for this command.
The following example is representative of the command output:
(SafeGuardOS) (config) #show aaa session-tracking grey-list
Grey List Table
---------------
Number of Rows:1
ID User Is Partial
-- ---- ----------
Syntax Description entryid A unique numerical ID.
name The userid being dropped from logging.
is-partial (Optional) Use to match part of a string.
Syntax Description entryid The system-generated number for this entry.










