Guardian Procedure Errors and Messages Manual
INT replycode; ! [0] 0 = allow password to be
! changed
! 1 = disallow password to
! be changed
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.
-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; ! [0] -58
INT userid; ! [1] user ID of user changing
! remote password
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 sysname [0:3]; ! [27] change the remote password
! for this system
! (“*” indicates all systems)
INT rpword [0:3]; ! new value for remotepassword
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; ! [0] 0 = allow the remote
! password to be
! changed
! 1 = disallow the remote
! password to be
! changed
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.
-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; ! [0] -59
INT userid; ! [1] user ID of user logging on:
Message Descriptions 245