CLRFAC |
Perform a lookup using the IP address and clear the
failed access count (fac) from the FAILED SIGNON ATTEMPTS file (#3.084).
VistaLink will call this to reinitialize the fac after successful
reauthentication.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IP |
Input |
IP address.
|
|
$$FAIL(IP) |
Used by VistaLink to set the failed access count in
the FAILED SIGNON ATTEMPTS file (#3.084).
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IP |
Input |
IP address.
|
$$FAIL |
Output |
On failure, return result is 1 (Failed Access Count
is not less than the value in the DEFAULT # OF ATTEMPTS field (#202) of the
Kernel System Parameters file (#8989.3)). VistaLink will use this result to
indicate the 'IP Address Locked' error (#182306 in the DIALOG file (#.84)).
On success, return result is 0.
|
|