INT user^id;
END;
The $CMON reply indicates whether the user can be added and contains an optional display
message. The format of the reply message is:
STRUCT adduser^reply;
BEGIN
INT replycode;
STRING replytext [0:n]; ! [1] optional message to be
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.
-55
DELETE USER
Cause A user tried to delete another user from the system. Any user can be deleted if the current
user's security setting allows it. If the $CMON process is not running, then no $CMON delete-user
restrictions are in effect.
Format The format of the delete-user message is:
STRUCT deluser^msg;
BEGIN
INT msgcode;
INT userid;
INT cipri;
INT ciinfile [0:11];
INT cioutfile [0:11];
INT groupname [0:3];
INT username [0:3];
END;
The $CMON reply indicates whether the user should be deleted and contains an optional reply
message. The format of the reply message is:
STRUCT deluser^reply;
BEGIN
INT replycode;
STRING replytext [0:n]; ! [1] optional message to be
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.
-56
ALTER PRIORITY
Cause A user tried to alter the priority of a process. A user can change the priority of any process
that has the same access ID as that user. Only someone logged on as a super-group user can
! [36] the user number of the
! user being added
! [0] 0 = allow addition of
! user
! 1 = disallow addition
! of user
! printed; maximum length
! of 132 bytes
! [0] -55
! [1] user ID of user deleting
! user
! [2] initial priority of TACL
! [3] name of the TACL
! command file
! [15] name of the TACL list file
! [27] the group name of the user
! being deleted
! [31] the user name of the user
! being deleted
! [0] 0 = allow deletion of user
! 1 = disallow deletion of
! user
! printed; maximum length of
! 132 bytes
Message Descriptions 241
Need help?
Do you have a question about the Guardian Errors and is the answer not in the manual?