XYGATE User Authentication Reference Manual

XYGATE
®
User Authentication
(XUA) 1.85 Reference Manual
Appendix A: The UACONF File
XYPRO Technology Corporation 244 Proprietary and Confidential
A70: RSA_PROXY_TIMEOUT
The value to this keyword will determine how many seconds XUA will wait for the
RSAs response to decide that the server is not available. Once the timeout is reached,
XUA will process the logon request depending upon the RSA_AUTHENTICATE value.
Syntax:
RSA_PROXY_TIMEOUT <number of seconds>
Example:
RSA_PROXY_TIMEOUT 5
The value of this keyword created by the XUA_RSA_INSTALL macro can be changed
by editing the UACONF file after the macro run is completed.
A71: RSA_REQUIRE_PASSWORD
The RSA_REQUIRE_PASSWORD keyword value determines whether or not all users,
some users, or no users will be required to enter a Guardian PASSWORD in addition
to the PASSCODE. This keyword can be present in the UACONF file, the UAACL file
or both.
Syntax:
RSA_REQUIRE_PASSWORD {ON | OFF}
ONUsers will be prompted for the NonStop password, and then if the password is
correct, the RSA prompt(s) will be presented. Validity of both is required for the
successful logon.
OFFThe users are only presented with the PASSCODE, when logging on.
If these keyword values are set in the UACONF file, they are global. If they are not set
in the UACONF file or you wish to override them for certain groups of users, put the
appropriate keyword and value in the appropriate UAGroup(s) of the UAACL file.
(Refer to Appendix B45: RSA_REQUIRE_PASSWORD” on page 284.)
Example: How to require a password in addition to RSA authentication
RSA_REQUIRE_PASSWORD ON
The above Example is used to configure the users in the operator group will be
required to enter a Guardian PASSWORD in addition to the RSA PASSCODE.
The default value is OFF.