Product specifications
41
Modem Authentication & Logging
User services
authentication
This is used to provide services based upon the dial-in
user’s name.
For example, user Mark always telnets to a specific IP
address or user Alan needs to dial-in and establish a PPP
connection using a static IP address. This is accomplished
by using a PERL script which parses a RADIUS database.
The PERL script (
RADparse
) is on the Chase CD or our
FTP site.
RADIUS is the TCP/IP protocol used for authenticating
remote dial-in users.
Otherwise, you can execute our PERL script during the user’s
login. Under Unix, this script is started from the
etc/profile
.
For Windows
NT
®
see the relevant section of the Chase
support FTP site for the latest information.
You then need to create a user database file. This is a
sample file (for a full file description see the Chase
support FTP site).
# Example of a PPP user with static address
alan Password
Framed-Protocol = PPP
Framed-Address = 204.17.209.1
# Example of a user with access to IOLAN+
CLI/Menu
techmanPassword
User-Service-Type = Shell-Use
# Example of a telnet user
mark Password
User-Service-Type = Login-User
Login-Host = 208.24.183.1
Login-Service = Telnet