2 # clients.conf - client configuration directives
4 #######################################################################
6 #######################################################################
8 # Definition of a RADIUS client (usually a NAS).
10 # The information given here over rides anything given in the
11 # 'clients' file, or in the 'naslist' file. The configuration here
12 # contains all of the information from those two files, and allows
13 # for more configuration items.
15 # The "shortname" is be used for logging. The "nastype", "login" and
16 # "password" fields are mainly used for checkrad and are optional.
20 # Defines a RADIUS client. The format is 'client [hostname|ip-address]'
22 # '127.0.0.1' is another name for 'localhost'. It is enabled by default,
23 # to allow testing of the server after an initial installation. If you
24 # are not going to be permitting RADIUS queries from localhost, we suggest
25 # that you delete, or comment out, this entry.
29 # The shared secret use to "encrypt" and "sign" packets between
30 # the NAS and FreeRADIUS. You MUST change this secret from the
31 # default, otherwise it's not a secret any more!
33 # The secret can be any string, up to 31 characters in length.
38 # The short name is used as an alias for the fully qualified
39 # domain name, or the IP address.
44 # the following three fields are optional, but may be used by
45 # checkrad.pl for simultaneous use checks
49 # The nastype tells 'checkrad.pl' which NAS-specific method to
50 # use to query the NAS for simultaneous use.
52 # Permitted NAS types are:
65 # other # for all other types
68 nastype = other # localhost isn't usually a NAS...
71 # The following two configurations are for future use.
72 # The 'naspasswd' file is currently used to store the NAS
73 # login name and password, which is used by checkrad.pl
74 # when querying the NAS for simultaneous use.
77 # password = someadminpas