26 Feb
2015
26 Feb
'15
8:52 a.m.
On Feb 26, 2015, at 6:14 AM, Haviaras Kostas <koshalirod@gmail.com> wrote: ...
including configuration file /etc/freeradius/mods-enabled/sqlcounter No such configuration item modules.sql.dialect /etc/freeradius/mods-enabled/sqlcounter[43]: Reference "${modules.sql.dialect}" not found Errors reading or parsing /etc/freeradius/radiusd.conf
What I am doing wrong? Thanks
PS: I moving from 3.0.4 and fresh install to 3.0.7
The server reads module configuration files off of the disk in the order that they’re in the mods-enabled/ directory. This can mean that the module order changes when the directory changes. The solution is to explicitly set order in radiusd.conf. See the “instantiate” section. Alan DeKok.