HP-UX AAA Server A.08.01 administrator's guide (T1428-90072, May 2010)

Table Of Contents
Table 22-14 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 user
ACTIVE
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
AVAILABLE
also be used 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
LOCKED
authenticate using that token. To unlock the token, change the token status
to ACTIVE.
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
If example.com is hosting the User Database Manager Interface:
# sed 's#8021x/8021x_advisor.html#https://example.com/userdb/admin//#g' \
/tmp/menu-item-userdb.html > menu-item-userdb.html
A menu item file for Server manager, menu-item-userdb.html is created.
4. Reload the Server Manager screen to invoke the User Database Administration
Manager from the Server Manager Screen.
384 SQL Access