~ubuntu-branches/ubuntu/jaunty/freeradius/jaunty-updates

« back to all changes in this revision

Viewing changes to raddb/clients.conf

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-09-22 08:42:02 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080922084202-eyjprg3z55481ha5
Tags: 2.1.0+dfsg-0ubuntu1
* New upstream release.
* Fixes FTBFS issue with new libtool.
* Fixes listen on random port. (LP: #261809)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
##
3
3
## clients.conf -- client configuration directives
4
4
##
5
 
##      $Id: clients.conf,v 1.13 2008/04/17 12:22:23 aland Exp $
 
5
##      $Id$
6
6
 
7
7
#######################################################################
8
8
#
9
 
#  Definition of a RADIUS client (usually a NAS).
10
 
#
11
 
#  The information given here over rides anything given in the
12
 
#  'clients' file, or in the 'naslist' file.  The configuration here
13
 
#  contains all of the information from those two files, and allows
14
 
#  for more configuration items.
15
 
#
16
 
#  The "shortname" is be used for logging.  The "nastype", "login" and
17
 
#  "password" fields are mainly used for checkrad and are optional.
18
 
#
 
9
#  Define RADIUS clients (usually a NAS, Access Point, etc.).
19
10
 
20
11
#
21
12
#  Defines a RADIUS client.
31
22
#  Each client has a "short name" that is used to distinguish it from
32
23
#  other clients.
33
24
#
34
 
#  In version 1.x, this field was the IP address of the client.
35
 
#  In 2.0, the IP address is configured via the "ipaddr" or "ipv6addr"
36
 
#  fields.  For compatibility, the 1.x format is still accepted.
 
25
#  In version 1.x, the string after the word "client" was the IP
 
26
#  address of the client.  In 2.0, the IP address is configured via
 
27
#  the "ipaddr" or "ipv6addr" fields.  For compatibility, the 1.x
 
28
#  format is still accepted.
37
29
#
38
30
client localhost {
39
31
        #  Allowed values are:
71
63
        #  In that case, the smallest possible network will be used
72
64
        #  as the "best match" for the client.
73
65
        #
 
66
        #  Clients can also be defined dynamically at run time, based
 
67
        #  on any criteria.  e.g. SQL lookups, keying off of NAS-Identifier,
 
68
        #  etc.
 
69
        #  See raddb/sites-available/dynamic-clients for details.
 
70
        #
 
71
 
74
72
#       netmask = 32
75
73
 
76
74
        #