~ubuntu-branches/ubuntu/natty/freeradius/natty-updates

« back to all changes in this revision

Viewing changes to raddb/clients.conf

  • Committer: Bazaar Package Importer
  • Author(s): Josip Rodin
  • Date: 2009-11-23 03:57:37 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20091123035737-zsgtzhfych8hir68
Tags: 2.1.7+dfsg-1
* Adopting the package, closes: #536623.
* New upstream version, closes: #513484.
  + Fixes the blooper in unlang evaluation logic, closes: #526175.
* Used quilt (and added README.source), and moved upstream file patching
  into debian/patches/. The source is no longer in collab-maint git
  (to make it simpler for me to finally get this out the door), but
  kept the .gitignore should we need that again.
* Dropped the dialup_admin/bin/backup_radacct patch (integrated upstream).
* Dropped the raddb/Makefile patch (problem no longer exists upstream).
* Dropped the lib/packet.c lib/radius.c main/listen.c patches (was from
  upstream 2.0.5 anyway).
* Dropped references to otp.conf, it no longer exists upstream.
  Keep removing the conffile statoverride in prerm.
* Dropped references to snmp.conf, it no longer exists upstream.
  Keep removing the conffile statoverride in prerm.
* Ship /etc/freeradius/modules/* in the freeradius package.
* Stop shipping sites-enabled symlinks in the package and instead create
  them only on initial install, thanks to Matej Vela, closes: #533396.
* Add export PATH="${PATH:+$PATH:}/usr/sbin:/sbin" to the init script
  at the request of John Morrissey, closes: #550143.
* Stop installing /var/run/freeradius in the package to silence Lintian.
  The init script already recreates it at will.
* Remove executable bit from example.pl to silence Lintian.

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
        #
164
162
        #  item, as in the example below.
165
163
        #
166
164
#       virtual_server = home1
 
165
 
 
166
        #
 
167
        #  A pointer to the "home_server_pool" OR a "home_server"
 
168
        #  section that contains the CoA configuration for this
 
169
        #  client.  For an example of a coa home server or pool,
 
170
        #  see raddb/sites-available/originate-coa
 
171
#       coa_server = coa
167
172
}
168
173
 
169
174
# IPv6 Client