EasyManua.ls Logo

HP Guardian Errors - Page 241

HP Guardian Errors
283 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
INT user^id; ! [36] the user number of the
! user being added
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; ! [0] 0 = allow addition of
! user
! 1 = disallow addition
! of user
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.
-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; ! [0] -55
INT userid; ! [1] user ID of user deleting
! 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 deleted
INT username [0:3]; ! [31] the user name of the user
! being deleted
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; ! [0] 0 = allow deletion of user
! 1 = disallow deletion of
! user
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.
-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
Message Descriptions 241

Table of Contents

Related product manuals