]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
fix wildcard includes
authorAlan T. DeKok <aland@freeradius.org>
Thu, 21 Jun 2018 13:20:24 +0000 (09:20 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 21 Jun 2018 13:23:17 +0000 (09:23 -0400)
commitbb842ece01025e40906fe752f88b7c03d85d6edd
tree6d0cc76196923f54594f9ee536b7cee4a92b0659
parent95ab2dc9f11fc079506f6f97c751f692e2c37b6f
fix wildcard includes

so that you can now do:

$INCLUDE mods-enabled/sql
$INCLUDE mods-enabled/

This will cause the "sql" module to be read first.  Then, when the
directory is read, the "sql" module will be ignored.

This solves ordering issues where "sqlippool" needs "sql", but
"sqlippool" is listed in the *directory* on disk after "sql".
raddb/radiusd.conf.in
src/main/conffile.c