TEXT

The TEXT configuration variable is used to control the text of selected runtime messages. Three runtime messages have been added to support AcuServer password handling. These messages are numbered 15, 16, and 17. The default text for each message is:

15    A password is required to connect to host %s.
16 Please enter a password:
17 Invalid password.

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

To change the text associated with a given message in the runtime configuration file, place the word TEXT at the beginning of a line, followed by a space, the message number, an "=" character, and the text to be used when that message number is displayed. For example:

TEXT 16=Enter your password now:  

If you define these messages in the server configuration file (a_srvcfg), you can specify that they are downloaded and used by each client (the messages are downloaded upon initial connection with AcuServer). To turn this feature on, set the configuration variable PROVIDE_PASSWORD_MESSAGES to true.

Messages defined in the server configuration file have a slightly different format. To change a message, place the variable TEXT_015, TEXT_016, or TEXT_017 at the beginning of a line, followed by an "=" character, and the text to be used when that message number is displayed. For example:

TEXT_016=Enter your password now:  
Note: Use of AcuServer password protection is optional. If password protection is not used, these messages are not displayed.