Getting Started with MAXserver Access Servers
0038
46
Prompts
The local command mode prompt changes to indicate that the port is a
privileged port (unless the command is issued from a console port). For
example, the default local command mode prompt for a non-privileged port
is Xyplex>. The default local command mode prompt for a privileged port is
Xyplex>>.
Login Password Prompt
The Login Password prompt appears when a user attempts to log on to a
port where the Login Password feature is enabled. The default prompt is #
Use the following command to change the prompt:
DEFINE/SET SERVER LOGIN PROMPT “prompt-string”
Example
DEFINE SERVER LOGIN PROMPT “Login:”
Configurable Username and Password Prompts
You can define user name and password prompts for any port. To do this,
use the following command syntax:
DEFINE PORT [
port-list
] USERNAME PROMPT "string"
DEFINE PORT [
port-list
] PASSWORD PROMPT "string"
The default username/password prompt length is 26 characters. Enlcose the
prompt text in quotes.