○
○
○
○
○
A- Commonly Used Commands
A-19
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
A.3.6
<channel> welogin
Syntax:
<channel> welogin <name> <password> [pap|chap]
<channel> welogin none
Description:
This command describes how we should log in to the far end when a connection is
established. A name and password are supplied, and whether these should be used
with the PAP or CHAP authentication protocol. CHAP is the default.
To remove this information on a channel, call
welogin
with a single argument of
none.
If chap is specified, we will also log in using pap if the other end prefers this. If
pap is specified we will only log in using pap.
Configuration saving saves this information. By default no login is performed.
A.3.7
user
Syntax:
user add <name> [pwd <passwd> [pap|chap]]
user [<name>]
user delete <name>|all
Description:
This command stores information about a particular login name/password combination.
This is referred to as a user, regardless of whether it represents an individual.
When
user
is called on its own, information about all existing users is listed. When
user
<name>
is called with no further arguments, details of that user alone are
printed. Passwords are not shown.
Use
user delete
to delete an individual user by name, or to delete all users.
Use
user add
<name>
to create a new user or update an existing one. The password
is stored, and the authentication protocol which must be used for this user.
If a user is deleted or changed, existing sessions are not affected.
Configuration saving saves this information.