Subversion Repositories configs

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# -*- text -*-
2
#
3
#  $Id$
4
 
5
# This module loads RADIUS clients as needed, rather than when the server
6
# starts.
7
#
8
#  There are no configuration entries for this module.  Instead, it
9
#  relies on the "client" configuration.  You must:
10
#
11
#	1) link raddb/sites-enabled/dyanmic_clients to
12
#	   raddb/sites-available/dyanmic_clients
13
#
14
#	2) Define a client network/mask (see top of the above file)
15
#
16
#	3) uncomment the "directory" entry in that client definition
17
#
18
#	4) list "dynamic_clients" in the "authorize" section of the
19
#	   "dynamic_clients' virtual server.  The default example already
20
#	   does this.
21
#
22
#	5) put files into the above directory, one per IP.
23
#	   e.g. file "192.168.1.1" should contain a normal client definition
24
#	   for a client with IP address 192.168.1.1.
25
#
26
#  For more documentation, see the file:
27
#
28
#	raddb/sites-available/dynamic-clients
29
#
30
dynamic_clients {
31
 
32
}