XYGATE Access Control Reference Manual

XYGATE
®
Access Control Reference Manual
Chapter 7. XAC Auditing and Audit Reports
XYPRO Technology Corporation 68 Proprietary and Confidential
This field contains the group number of the user ID of the user executing the
command. When the user ID is an alias, this number is the group number of the
underlying userid.
03 GROUP-NUMBER PIC 9(3).
This field contains the user number of the user ID of the user executing the command.
When the user ID is an alias, this number is the group number of the underlying user.
03 USER-NUMBER PIC 9(3).
This field contains the current volume and subvolume used by XAC as the default
when expanding filenames.
03 VOLUME-SUBVOL PIC X(24).
This field contains the name of the terminal that is the hometerm of the XYGATEAC
process that is executing the command
03 HOME-TERMINAL PIC X(34).
This field contains the command name of the ACACL Command Entry that is being
executed.
03 XAC-COMMAND PIC X(32).
This field contains the full descriptor (CPU, PIN, descriptor ID) of the ancestor from
which the XYGATEAC process was started.
03 ANCESTOR-PROCESS-DESCRIPTOR PIC X(36).
This field contains the full descriptor of the XYGATEAC process.
03 XAC-PROCESS-DESCRIPTOR PIC X(36).
This field contains the full descriptor of the program named in the OBJECT keyword of
the ACACL Command Entry that is started by XAC.
03 CHILD-PROCESS-DESCRIPTOR PIC X(36).
This field contains the login name of the user executing the command. This field can
contain the groupname.username form of the userid if that is how the user logged on,
or it can contain the alias if the user logged on using a Safeguard alias.
03 LOGIN-NAME PIC X(32).
This field contains the value from the USER field of the ACACL Command Entry - that
is, the userid or alias under which the OBJECT is executing. This field can contain the
groupname.username form of the userid if that is how it is specified in the ACACL
Command Entry, or it can contain the alias if that is what is specified.
03 TARGET-LOGIN-NAME PIC X(32).