Safeguard Audit Service Manual (G06.29+, H06.08+, J06.03+)

Audit File Record Formats
Safeguard Audit Service Manual 520480-031
A - 34
Event-Exit Configuration Record
ZENABLED
indicates whether the Safeguard event exit process is enabled.
ZENA-SEEP-AUTHN
indicates whether authentication events are sent to the event-exit process.
ZENA-SEEP-AUTHZ
indicates whether authorization events are sent to the event-exit process.
ZENA-SEEP-PSWD
indicates whether password change events are sent to the event-exit process.For
more information on change events, see Password Change Events on page 6-20.
ZPARAM-TEXT
is the startup parameter text passed to the event-exit process. This field is blank if
no value is specified.
ZTIMEOUT-ALL-AUTHZREQ
specifies whether the Safeguard will time out while waiting for response from
SEEP on authorization events requested by deniable users.
Group Profile Record
The Safeguard subsystem maintains a record for each defined group on the system.
When an audited event involves a group record, a representation of the group record
appears in one or more secondary records. The information is represented by this
structure in the ZTEXT-AREA of secondary audit records.
DDL Definition
DEF ZSFG-DDL-GROUP-SUBREC.
02 ZOWNERTYPEID TYPE ZSPI-DDL-ENUM.
02 ZOWNERUSERNUMBER TYPE ZSPI-DDL-AUD-USERNUMBER.
02 ZOWNERUSERNAME TYPE ZSPI-DDL-BYTE OCCURS 18 TIMES.
02 ZAUTODELETE TYPE ZSPI-DDL-BOOLEAN.
02 ZDESCRIPTION TYPE ZSPI-DDL-BYTE OCCURS 256 TIMES.
02 ZADDMEMBER-COUNT TYPE ZSPI-DDL-INT.
02 ZADDMEMBER TYPE ZSPI-DDL-GROUPMEMBER OCCURS 32
TIMES.
02 ZDELMEMBER-COUNT TYPE ZSPI-DDL-INT.
02 ZDELMEMBER TYPE ZSPI-DDL-GROUPMEMBER OCCURS 32
TIMES.
END.