|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. This manual page is associated with Mac OS X Server. It is not available on standard Mac OS X (client) installations. For more information about the manual page format, see the manual page for manpages(5). |
NASLIST(5) NASLIST(5)
NAME
naslist - RADIUS naslist file
DESCRIPTION
The naslist file resides in the radius database directory, by default /etc/raddb. It contains a list
of RADIUS network access servers (NASes). Every line starting with a hash sign ('#') is treated as
comment and ignored.
Each line of the file contains three white-space delimited fields.
client hostname
The NAS hostname. This may be a plain hostname, or a dotted-quad IP address.
shortname
This field is optional, and declares a short alias for the NAS.
NAStype
Type of NAS (terminalserver). This can be livingston, cisco, portslave or other. This is
passed to the external checklogin program when it is called to detect double logins.
The naslist file is read by radiusd on startup only.
FILES
/etc/raddb/naslist
SEE ALSO
radiusd(8), clients(5)
15 September 1997 NASLIST(5)
|
|