HP Guardian Errors Manual page 243

Procedure errors and messages manual
Table of Contents

Advertisement

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.
-58
REMOTE PASSWORD
Cause The user tried to change his or her remote password. Users can change their remote
passwords at any time. However, if the $CMON process is not running, then no $CMON
remote-password restrictions are in effect.
Format The format of the remote password message is:
STRUCT remotepassword^msg;
BEGIN
INT msgcode;
INT userid;
INT cipri;
INT ciinfile [0:11];
INT cioutfile [0:11];
INT sysname [0:3];
INT rpword [0:3];
END;
The $CMON reply indicates whether the user's remote password can be changed and contains
an optional display message. The format of the reply message is:
STRUCT remotepassword^reply;
BEGIN
INT replycode;
STRING replytext [0:n];
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.
-59
PRELOGON
Cause The TACL process tried to log on. If the $CMON process is not running, then no $CMON
restrictions are in effect. This message is sent before the TACL process calls VERIFYUSER.
Format The form of the prelogon message follows. The length of the message is 72 bytes.
STRUCT prelogon^msg;
BEGIN
INT msgcode;
INT userid;
! [0] 0 = allow password to be
! changed
! 1 = disallow password to
! be changed
! printed; maximum length of
! 132 bytes
! [0] -58
! [1] user ID of user changing
! remote password
! [2] initial priority of TACL
! [3] name of the TACL
! command file
! [15] name of the TACL list file
! [27] change the remote password
! for this system
! ("*" indicates all systems)
! new value for remotepassword
! [0] 0 = allow the remote
! password to be
! changed
! 1 = disallow the remote
! password to be
! changed
! [1] optional message to be
! printed; maximum length
! of 132 bytes
! [0] -59
! [1] user ID of user logging on:
Message Descriptions 243

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Guardian

Table of Contents