Initial revision
[freeradius.git] / doc / naslist.5rad
1 .TH NASLIST 5 "17 May 1999"
2 .SH NAME
3 naslist \- RADIUS naslist file
4 .SH DESCRIPTION
5 The \fInaslist\fP file resides in the radius database directory,
6 by default \fI/etc/raddb\fP. It contains a list of RADIUS network access
7 servers (NASes).
8 Every line starting with a hash sign
9 .RB (' # ')
10 is treated as comment and ignored.
11 .PP
12 Each line of the file contains three white-space delimited fields.
13 .IP client hostname
14 The NAS hostname. This may be a plain hostname, or a
15 dotted-quad IP address.
16 .IP shortname
17 This field is optional, and declares a short alias for the NAS.
18 It is used in the \fI/var/log/radwtmp\fP accounting file, and to
19 build the directory name for the accounting \fIdetail\fP file.
20 .IP NAStype
21 Type of NAS (terminalserver). This can be \fIcisco\fP, \fIcomputone\fP,
22 \fIlivingston\fP, \fImultitech\fP, \fImax40xx\fP, \fInetserver\fP,
23 \fIpathras\fP, \fIpatton\fP, \fIportslave\fP, \fItc\fP, \fIusrhiper\fP or
24 \fIother\fP. This is passed to the external \fBchecklogin\fP program when
25 it is called to detect double logins.
26 .PP
27 The
28 .I naslist
29 file is read by \fBradiusd\fP on startup only.
30 .SH FILES
31 .I /etc/raddb/naslist
32 .SH "SEE ALSO"
33 .BR radiusd (8),
34 .BR clients (5rad)