HP-UX AAA Server A.08.02 Administrator's Guide

Figure 91 The User Statistics Screen
Valid Token Status Values
Table 83 lists the valid values that can be assigned to a token.
Table 83 Valid Token Status Values
DescriptionToken Status
Indicates that the token has been assigned to a user, but has not yet been activated.
Once the token is activated, the token status changes to ACTIVE.
ASSIGN
Indicates that the token is currently assigned to a userACTIVE
Indicates that the token is free and can be assigned to a user. When tokens are
initially loaded into the database, their token status is AVAILABLE. Can also be used
AVAILABLE
to disassociate a token from a user, for example, when the token user is leaving the
organization.
Used when there is more than the configured number of failed authentication attempts.
When a token status is set to LOCKED, no one can authenticate using that token. To
unlock the token, change the token status to ACTIVE.
LOCKED
Indicates that a token user has lost his token. When a token status is set to
TERMINATE, no one can authenticate using that token.
TERMINATE
Invoking the User Database Administration Manager Interface from Server Manager
To invoke the User Database Administration Manager from the Server Manager, complete the
following steps:
1. Navigate to the Server manager directory using the following command:
# cd /opt/hpws22/tomcat/webapps/aaa
2. Add a new menu item in the menu listing file. In the end of the file menulist.jsp. Add an
entry for menu-item-userdb.html as follows:
# vi menulist.jsp
…………………………………………………………….
<%@ include file="menu-item-maintenance-close.html" %>
<%@ include file="menu-item-wizards.html" %>
<%@ include file="menu-item-userdb.html" %>
<%@ include file="menu-item-help.html" %>
……………………………………………………………...
3. Create the menu-item-userdb.html file with information about the User Database
Administration Manager GUI using the menu-item-wizards.html file as a reference, as
follows:
# sed 's#Secure LAN Advisor#UserDatabase Admin Manager#g' \
menu-item-wizards.html > /tmp/menu-item-userdb.html
280 SQL Access