XYGATE User Authentication Reference Manual

XYGATE
®
User Authentication
(XUA) 1.85 Reference Manual
Chapter 17. Completing the XUA Implementation
XYPRO Technology Corporation 168 Proprietary and Confidential
Step 2 - Install the Safeguard Authentication SEEP
In order to have XUA mediate all user authentications on your system, you must
configure and enable the Safeguard Authentication SEEP. To install the SEEP, use
the XUA_SAFECOM_INSTALL macro.
Example: How to configure the Authentication SEEP
$SYSTEM XYGATEUA 10> XUA_SAFECOM_INSTALL
Uninstalling any previous version of XYGATEUA
XYGATEUA disable encountered the following error:
* ERROR * No objects of type process matching XUA were found
XYGATEUA uninstall encountered the following error:
* ERROR * No objects of type process matching XUA were found
Installing new version of XYGATEUA
SAFEGUARD COMMAND INTERPRETER - T9750G06 - (22JUL02) SYSTEM \XYS7000
=add event-exit-process XUA &
=,enabled off &
=,response-timeout 5 seconds &
=,enable-password-event off &
=,enable-authentication-event on &
=,enable-authorization-event off &
=,prog $system.xygateua.xygateua &
=,pname $XUA &
=,pri 198 &
=,param-text SERVER
$SYSTEM XYGATEUA 11>
Note: The above SAFECOM commands are generated by the
XUA_SAFECOM_INSTALL macro; you do not have to enter them.
Note: If you are installing XUA for the first time, there will be an error in the first step,
which tries to disable and uninstall the old version of XUA. This error is normal
and expected and does not halt further processing.
Step 3 - Enable the Safeguard Authentication SEEP
Now that the XUA server is installed, you have to ENABLE it so that authentication
messages will be sent to it.
Example: How to ENABLE the Authentication SEEP
$SYSTEM XYGATEUA 11> XUA_SAFECOM_ENABLE
XYGATEUA enabled
$SYSTEM XYGATEUA 12>
Once the XUA_SAFECOM_ENABLE macro executes, the XUA AUTHENTICATION
SEEP is installed and executing. All logon requests will be processed by XUA.