Guardian Procedure Errors and Messages Manual

The length of the message is 2 bytes plus the replytext length in bytes. The length of the replytext
is implied in the reply count used when making a reply. If reply-count=2, no text is displayed.
-53 ILLEGAL LOGON
Cause A user tried to log on three times in a row and failed each time.
Format The format of the illegal logon message follows. No byte count is returned.
STRUCT illegal^logon^msg;
BEGIN
INT msgcode; ! [0] -53
INT userid; ! [1] user ID of user trying
! to log on
INT cipri; ! [2] initial priority of TACL
INT ciinfile [0:11]; ! [3] name of the TACL command
! file
INT cioutfile [0:11]; ! [15] name of the TACL list
! file
STRING
logonstring [0:n]; ! [27] the attempted logon
! command string;
! maximum length of 132
! bytes
END;
The $CMON reply message contains an optional display message. The format for the reply is:
STRUCT illegal^logon^reply;
BEGIN
INT replycode; ! [0] ignored by TACL
STRING replytext [0:n]; ! [1] optional message to be
! printed; maximum length
! of 132 bytes
END;
The length of the message is 2 bytes plus the reply-text length in bytes. The length of the reply text
is implied in the reply count used when making a reply. If reply-count=2, no text is displayed.
The TACL process delays for one minute.
-54 ADD USER
Cause A user tried to add another user to the system. Any user can be added if the current user's
security setting allows it. However, if $CMON is not running, no $CMON add-user restrictions
are in effect.
Format The format of the add-user message is:
STRUCT adduser^msg;
BEGIN
INT msgcode; ! [0] -54
INT userid; ! [1] user ID of user adding the
! new user
INT cipri; ! [2] initial priority of TACL
INT ciinfile [0:11]; ! [3] name of the TACL
! command file
INT cioutfile [0:11]; ! [15] name of the TACL
! list file
INT groupname [0:3]; ! [27] the group name of the user
! being added
INT username [0:3]; ! [31] the user name of the user
! being added
INT group^id; ! [35] the group number of the
! user being added
242 Interprocess Command Interpreter Messages