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
Those are the correct modparams, but it sounds as though the acc module wasn't compiled with radius support in it (which will give you that error).
If you have the source, go into the acc module directory, and edit the Makefile. Uncomment the line that allows radius support (it tells you which line in the makefile) and then recompile that module.
N.
On Tue, 04 Apr 2006 22:25:20 -0500, 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",
- 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
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
I'm using the debian distribution and I used the following to got the packets:
server# apt-get install ser-acc-radius-module server# apt-get install ser-radius-module
Any suggestion in this case?
Regards
Alberto Cruz sip wrote:
Those are the correct modparams, but it sounds as though the acc module wasn't compiled with radius support in it (which will give you that error).
If you have the source, go into the acc module directory, and edit the Makefile. Uncomment the line that allows radius support (it tells you which line in the makefile) and then recompile that module.
N.
On Tue, 04 Apr 2006 22:25:20 -0500, 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",
- 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
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
I'm not too familiar with debian's packages, so I can't say for certain what it's getting there, but it's entirely possible that all it did was pick up the acc_radius module and not the acc module with radius configured (in the spirit of confusing things, they split all the radius logging stuff out into its own module called acc_radius). In that case, your acc STILL won't have the radius stuff in it, but you may then have the ability to load the acc_radius module and use its logging features instead of the acc ones.
N.
On Wed, 05 Apr 2006 07:45:10 -0500, Alberto Cruz wrote
I'm using the debian distribution and I used the following to got thepackets:
server# apt-get install ser-acc-radius-module server# apt-get install ser-radius-module
Any suggestion in this case?
Regards
Alberto Cruz sip wrote: Those are the correct modparams, but it sounds as though the acc module wasn'tcompiled with radius support in it (which will give you that error). If you have the source, go into the acc module directory, and edit theMakefile. Uncomment the line that allows radius support (it tells you whichline in the makefile) and then recompile that module. N.On Tue, 04 Apr 2006 22:25:20 -0500, Alberto Cruz wrote Hi JanI 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 modu!
le but I didn't find documentation about it.Is there someplace where I can find the new syntax for the modparam ?RegardsAlberto Cruz_______________________________________________Serusers mailing listserusers@lists.iptel.orghttp://lists.iptel.org/mailman/listinfo/serusers
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
Thanks.
Alberto Cruz
Jan Janak wrote:
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