TCP/IP TELNET Management Programming Manual

Data Communications Standard Definitions
Common Definitions
53474 Tandem Computers Incorporated 5–11
Definitions specific to the TELNET subsystem are described here.
ZCOM-MAP-REQID
provides security checking, in addition to the sensitive/nonsensitive command
implementation. Sensitive commands can be issued buy SUPER.SUPER user only.
This token contains the GUARDIAN 90 process ID (PID) and the process access ID
(PAID) of the application issuing the command. The ZCOM-MAP-REQID token is
valid only if the requester has the SUPER.SUPER user ID. If the user does not
have the SUPER.SUPER user ID and the requester either specifies ZCOM-MAP-
REQID in the command or duplicates the token in the command buffer, the
command is rejected with a security violation. If ZCOM-MAP-REQID is legally
specified, SCP performs a security check based on the user ID included in the
token. The contents of the token are as follows:
ZCOM-MAP-REQID
def ZCOM-DDL-REQID.
02 ZCRTPID type ZSPI-DDL-CRTPID.
02 ZPAID type ZSPI-DDL-INT.
end.
ZCOM-MAP-TRACE-MODIF
is the extensible structured token sent in the TRACE command by the requester. It
contains the trace parameters that control the initiation of the trace file, the
selection of the trace environment, and the termination of trace mode. Initiation
and selection are handled in one ZCOM-MAP-TRACE-MODIF token. When the
trace is going to be terminated, the requester sends another TRACE command
with another ZCOM-MAP-TRACE-MODIF token with the ZSTOP field containing
the value ZSPI-VAL-TRUE. The contents of the ZCOM-MAP-TRACE-MODIF
token are as follows:
ZCOM-MAP-TRACE-MODIF
def ZCOM-DDL-TRACE-MODIF. !All fields are required.
02 ZSTOP type ZSPI-DDL-BOOLEAN.
02 ZPRIM type ZSPI-DDL-BOOLEAN.
02 ZREC-SIZE type ZSPI-DDL-INT.
02 ZCNT type ZSPI-DDL-INT2.
02 ZXDS-PAGES type ZSPI-DDL-INT.
02 ZCOLL type ZSPI-DDL-BOOLEAN.
02 ZFNAME type ZSPI-DDL-FNAME32.
02 ZWRAP type ZSPI-DDL-BOOLEAN.
end.