Getting Started with MAXserver Access Servers
0038
43
Login Password
When you enable the Login Password feature on a server port, a person
attempting to log on to that port must enter a password in order to gain
access. A single password is used at all ports where the feature is enabled.
The login password feature is optional. The server does not prompt for it
unless you enable it on a port.
Use the following command to enable the Login Password feature. The
feature is disabled by default.
DEFINE PORT
[port-list] PASSWORD ENABLED
Then define a password. The default login password is ACCESS. The
password can be between 1 and 16 characters. Enclose the password string
in quotes.
DEFINE/SET SERVER LOGIN PASSWORD "password"
Examples
Xyplex>> DEFINE PORT 1-8 PASSWORD ENABLED
Xyplex>> DEFINE SERVER LOGIN PASSWORD "login123"
Privilege Password
You must enter the privilege password to set a port to privileged mode. The
default password is SYSTEM. You can specify the privilege status of a port
where commands are issued. More than one port on an access server can be
privileged. Any user who knows the privileged password can use the SET
PRIVILEGED command.