Dynamic clients can read files from a directory
authorAlan T. DeKok <aland@freeradius.org>
Mon, 1 Sep 2008 09:05:02 +0000 (11:05 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 1 Sep 2008 09:05:02 +0000 (11:05 +0200)
commit1a538ee88ad3231b6842bf38dded1e476a01016c
treefcf36c5410bfc0ec0b4f94050e2c2f50190f6748
parent091e1f060be02f8eb2aeda2c4566bb68d7a1a39e
Dynamic clients can read files from a directory

i.e. create a dynamic client 192.168.0.0/16, and point
it to a directory.  When the server starts, it will read ALL
of the files in that directory, and try to add them as clients.

Later, the rlm_dynamic_clients module can re-read them...
src/include/radiusd.h
src/main/client.c