XYGATE User Authentication Reference Manual
XYGATE
®
User Authentication
™
(XUA) 1.85 Reference Manual
Appendix A: The UACONF File
XYPRO Technology Corporation 241 Proprietary and Confidential
A65: RADIUS_REQUIRE_PASSWORD
The RADIUS_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 RADIUS password. This keyword can be present in the UACONF file,
the UAACL file or both.
Syntax:
RADIUS_REQUIRE_PASSWORD {ON | OFF}
ON – Users will be prompted for the NonStop password, and then if the password is
correct, the RADIUS prompt(s) will be presented. Validity of both is required for the
successful logon.
OFF – The users are only presented with the RADIUS password, 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 B40: on page 279).
Example: How to require a password in addition to RADIUS authentication
RADIUS_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 RADIUS password.
The default value is OFF.