XYGATE Access Control Reference Manual

XYGATE
®
Access Control Reference Manual
Chapter 7. XAC Auditing and Audit Reports
XYPRO Technology Corporation 69 Proprietary and Confidential
This field contains the group number of the userid that was named in TARGET-
LOGIN-NAME. If TARGET-LOGIN-NAME is a Safeguard alias, then this field contains
the group number of the userid that underlies the alias.
03 TARGET-GROUP-NUMBER PIC 9(3).
This field contains the user number of the userid that was named in TARGET-LOGIN-
NAME. If TARGET-LOGIN-NAME is a Safeguard alias, then this field contains the user
number of the userid that underlies the alias.
03 TARGET-USER-NUMBER PIC 9(3).
This field contains the text of the startup command passed into XAC. This command is
audited as entered by the user, without command substitution or alias processing.
03 STARTUP-COMMAND PIC X(500).
Command Audit Record
The Command Audit Record contains the information that occurs within a session that
has already been started. Two types of records are found in the Command Audit:
XAC-C and XAC-O records.
03 YEAR PIC 9(4).
03 MONTH PIC 9(2).
03 DAY PIC 9(2).
03 HOUR PIC 9(2).
03 MINUTE PIC 9(2).
03 SECOND PIC 9(2).
03 MILLISECOND PIC 9(3).
03 MICROSECOND PIC 9(3).
The time at which this command was entered, stored as:
YYYY MM DD HH MM SS MMMMMM.
03 AUDIT-TYPE PIC X(5).
This field indicates if this is an XAC-C, XAC-O or XAC-E audit.
03 COMMAND-STATUS PIC X(1).
This field indicates the outcome of the command execution.
?
Invocation failed because the command is not found in the ACACL Command Entry
File.
~
Invocation failed because the user is not permitted to use the command.
a
Authenticate user operation failed.
c
Check connection timeout occurred.
d
Command failed because the command is prohibited by a “DENYCMD” entry.
f
Command failed because the function key entered is inhibited by the FKEY entry.
l
Command failed because an incorrect password was entered at the >LOCK prompt.