blob: c5c9c8a20601041bb8ce40fea2f012308b7fa098 [file] [log] [blame]
Chetan Gaonker7f4bf742016-05-04 15:56:08 -07001# -*- text -*-
2#
3# $Id: cc2bd5fd22aa473b98af5dde3fac7a66e39a9e9d $
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/dynamic_clients to
12# raddb/sites-available/dynamic_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.0.2.1" should contain a normal client definition
24# for a client with IP address 192.0.2.1.
25#
26# For more documentation, see the file:
27#
28# raddb/sites-available/dynamic-clients
29#
30dynamic_clients {
31
32}