Recent minor changes
Alan DeKok
aland at deployingradius.com
Mon Sep 22 20:11:01 CEST 2014
Version 3 had *most* configuration things pre-compiled. e.g.
"%{sql: SELECT .. %{User-Name} ...}"
would check that the "sql" module existed, and the User-Name attribute
existed. This worked for everything except regular expressions. I've
just pushed a minor change which fixes that:
if (User-Name =~ /%{Blah-Blah}/) { ...
is now an error. The server will refuse to start, and will print out
a descriptive error message.
Alan DeKok.
More information about the Freeradius-Users
mailing list