HP Guardian Errors Manual page 240

Procedure errors and messages manual
Table of Contents

Advertisement

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;
INT userid;
INT cipri;
INT ciinfile [0:11];
INT cioutfile [0:11];
STRING
logonstring [0:n];
END;
The $CMON reply message contains an optional display message. The format for the reply is:
STRUCT illegal^logon^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.
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;
INT userid;
INT cipri;
INT ciinfile [0:11];
INT cioutfile [0:11]; ! [15] name of the TACL
INT groupname [0:3];
INT username [0:3];
INT group^id;
240 Interprocess Command Interpreter Messages
! [0] -53
! [1] user ID of user trying
! to log on
! [2] initial priority of TACL
! [3] name of the TACL command
! file
! [15] name of the TACL list
! file
! [27] the attempted logon
! command string;
! maximum length of 132
! bytes
! [0] ignored by TACL
! printed; maximum length
! of 132 bytes
! [0] -54
! [1] user ID of user adding the
! new user
! [2] initial priority of TACL
! [3] name of the TACL
! command file
! list file
! [27] the group name of the user
! being added
! [31] the user name of the user
! being added
! [35] the group number of the
! user being added

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Guardian

Table of Contents