Previous Topic: IPLDISK RecordNext Topic: Setting Limits for Logon Attempts


JOURNAL Record

Use the JOURNAL record to control the monitoring of invalid password conditions.

JOURNAL warning maximum

Configuration File

JOURNAL is defined in the SECURITY CONFIG file.

Definitions

warning

Specifies the number of consecutive invalid password attempts recorded for a user ID or device address after which a warning message appears on the system operator’s console. The minimum is 0, the maximum is 99999999.

maximum

Specifies the number of consecutive invalid password attempts recorded for a user ID or device address after which a restrictive action is taken. The minimum is 0, the maximum is 99999999. This option is valid only if the Rules Facility is implemented.

After this maximum is reached, the attempting user ID or the device address from which the invalid attempts were made can no longer do any of the following:

Description

If you are using the Rules Facility with the JOURNAL record, the following invalid password conditions are monitored:

If you are not using the Rules Facility, only the last two invalid password conditions are monitored.

Separate journal counters are maintained for each monitored condition. The counters are reset to zero whenever a password is correctly entered or when CA VM:Secure is shut down; the appropriate counter is incremented by one whenever its password is incorrectly entered. If consecutive invalid attempts exceed the limit specified on this JOURNAL record, CA VM:Secure prevents further attempts until someone issues the JOURNAL command with the RESET parameter against that password, or issues the REST command.

When the limit of consecutive invalid logon attempts is reached, CA VM:Secure calls either the TERMPASS or USERPASS user exit, or both, if they are defined. Use both these user exits because they prohibit further attempts when the limit of invalid attempts is reached.