I checked that and the path is correct. any other suggestions.
Thanks.
Nimal Ratnayake nimalr@pdn.ac.lk wrote: Hi,
I had the same problem. The cause was that ser was not using the correct radiusclient.conf. It was looking for the file in the ser configuration directory.
Make sure that the ser.cfg points to the correct location. Something like the following would do:
modparam("auth_radius", "radius_config", "/usr/local/etc/radiusclient/radiusclient.conf") modparam("auth_radius", "service_type", 15)
Nimal R.
Alex wrote:
Hi guys I have a strange problem and i tried to work on that without any success, so i need yours help
i installed ser, freeradius-1.0.2, radiusclient-0.4.8.
I am trying to authenticate ser users through radius (mysql).
inside my ser.cfg
if (method=="REGISTER") { log(1, "REGISTER: Authenticating user\n"); if (!radius_www_authorize("")) { log(1, "REGISTER: challenging user\n"); www_challenge("", "0"); break; }; #setflag(1); save("location"); sl_send_reply("200","ok"); break; };
the problem that i don't see any requests coming to the radius server.
i checked the freeradius installation with radtest and it's working correctly (the authentication is going through the mysql ).
but when the register request coming to the ser server , i don't see any thing happens on the radius.
Thank you guys for any help.
Do you Yahoo!? Yahoo! Mail
- You care about security. So do we.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--------------------------------- Yahoo! Messenger Show us what our next emoticon should look like. Join the fun.