ADMIN_LOGON Keyword
ADMIN_LOGON={value}
This keyword specifies a user-defined logon key for administration purposes. This keyword is only used by a PL/B ADMLOGON instruction to specify a default logon key. The server must have a file specified using the ADMIN_KEYFILE configuration keyword that contains the logon key(s) when the ADMIN_LOGON keyword is being used.
Any runtime client that attempts to logs on to the administrative services must be using the same public key as defined for the server. The public key encrypts all messages transmitted between a runtime client and the administrative server. The {value} string is composed of up to sixteen (16) hexadecimal digits that must be matched by any client runtime public key before access is allowed.
Example:
ADMIN_LOGON=AF91C602424E880E
See Also: PLBSERVE Keywords, PLBSERVE Command Syntax
![]() |