Safeguard Audit Service Manual (G06.24+, H06.03+)
Audit File Record Formats
Safeguard Audit Service Manual—520480-014
A-66
Terminal Definition Record
PASSWORD-SPACES-ALLOWED to ON shall result in error. The error messages
displayed are:
1
PASSWORD-MIN-QUALITY-REQUIRED
specifies the mininum quality criteria that have to be met when a password is set or
changed. The initial value is 0.
When PASSWORD-ENCRYPT is OFF or PASSWORD-ALGORITHM is DES, an
attempt to alter the quality attributes shall result in error. The error messages
displayed are:
Terminal Definition Record
The Safeguard software maintains a terminal definition record for each terminal that
has been secured with the ADD TERMINAL command. Any attempt to change a
terminal definition is audited. The change generates a pair of secondary records—one
to record the definition before the attempt and one to represent the attempted change.
These definitions are represented in the ZTEXT-AREA of secondary audit records with
this template overlay:
DDL Definition
DEF ZSFG-DDL-LU-SUBREC.
02 ZTERMINAL-NAME TYPE ZSPI-DDL-BYTE OCCURS 47 TIMES.
02 ZCI-PROG TYPE ZSPI-DDL-BYTE OCCURS 47 TIMES.
02 ZCI-LIB TYPE ZSPI-DDL-BYTE OCCURS 47 TIMES.
02 ZCI-SWAP TYPE ZSPI-DDL-BYTE OCCURS 47 TIMES.
02 ZCI-NAME TYPE ZSPI-DDL-BYTE OCCURS 6 TIMES.
02 ZCI-CPU TYPE ZSPI-DDL-INT.
02 ZCI-PRI TYPE ZSPI-DDL-INT.
02 ZCI-PARAM-TEXT TYPE ZSPI-DDL-BYTE OCCURS 255 TIMES.
02 ZFREEZE TYPE ZSPI-DDL-UINT.
END.
THIS ATTRIBUTE CANNOT BE MODIFIED UNLESS PASSWORD-ALGORITHM = HMAC256,
PASSWORD-ENCRYPT = ON, and PASSWORD-COMPATIBILITY-MODE = OFF; COMMAND NOT
EXECUTED.
ZSFG^ERR^PSWD^SPACE^NEED^CMOFF
THIS ATTRIBUTE CANNOT BE MODIFIED UNLESS PASSWORD-ALGORITHM = HMAC256 and
PASSWORD-ENCRYPT = ON; COMMAND NOT EXECUTED.
ZSFG^ERR^PSWD^QUAL^NEED^HMAC