TEXT_nnn

A set of TEXT configuration variables is used to control the text of selected AcuConnect messages. Three runtime messages support AcuConnect password handling. The default text for each message is as follows:

TEXT_015  "A password is required to connect to host %s."
TEXT_016  "Please enter a password: "
TEXT_017  "Invalid password."

Note that in message 15, the name of the AcuConnect host will be substituted for the %s characters.

To change the text associated with a given message, append an equals sign (=) followed by the new text. For example:

TEXT_016=Enter your password now:  

Note that to enable the display of the password messages, you set the PROVIDE_PASSWORD_MESSAGES server configuration variable to "true" (1, on, yes). This variable tells the remote listener to send these messages to the client.