The debian packages contain module called acc_radius, thus you need to
load acc_radius.so instead of acc.so
Note that modparams stay the same, that means they still use "acc" as
the name of the module.
Jan.
Alberto Cruz wrote:
Hi Jan
I recently install a new SER server with Release 0.9.6 using the debian
distribution and I'm trying to use the radius configuration that I have
running at the SER server with Release 0.9.3 but I'm having troubles
with the following lines:
modparam("acc", "radius_config",
"/etc/radiusclient-ng/radiusclient.conf")
modparam("acc", "service_type", 15)
modparam("acc", "radius_flag", 1)
modparam("acc", "radius_missed_flag", 3)
modparam("acc", "report_ack", 0)
when I test the ser.cfg I got "ERROR: bad config file (4 errors)"
I was looking for documentation about acc_radius module but I didn't
find documentation about it.
Is there someplace where I can find the new syntax for the modparam ?
Regards
Alberto Cruz