set the following parameters ..
loadmodule "/usr/local/lib/ser/modules/auth.so"
loadmodule "/usr/local/lib/ser/modules/auth_radius.so"
loadmodule "/usr/local/lib/ser/modules/group_radius.so"
loadmodule "/usr/local/lib/ser/modules/acc.so"
modparam("auth_radius","radius_config","/usr/local/etc/radiusclient-ng/radiusclient.conf")
modparam("auth_radius","service_type",15)
modparam("acc","radius_config","/usr/local/etc/radiusclient-ng/radiusclient.conf")
modparam("acc","log_level",1)
modparam("acc", "service_type", 15)
modparam("acc", "radius_flag", 1)
modparam("acc", "radius_missed_flag", 3)
modparam("acc", "failed_transactions", 1)
modparam("acc", "report_ack", 0)
modparam("group_radius","radius_config","/usr/local/etc/radiusclient-ng/radiusclient.conf")
modparam("group_radius", "use_domain", 1)
if (!radius_www_authorize("domain")) {
www_challenge("domain","1");
break;
}
thanks,
ed
At 06:58 PM 5/12/2005, Silent Man wrote:
Hi,
I'm new to Ser, and I've just finished installing Ser + Freeradius.
the problem is how to test my configuration?
I've tried to register with softphones (X-lite), but I'm getting this
error "Login Timed Out! contact the network administrator".
SER and FreeRadius are launched in debug mode, but i don't see happens
(no logs) when I try to register !!!
Thanks
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers