I wanna know is it possible to have Http to radius translation feature The conecpt like that, when user login to server/firewall, server will send the radius request to radius server. Than Radius server will try to login a http page by basic authentication (eg: http://user:password@test.com), if success, it will reply certain string and radius will according to string to allow radius user can login or not. -- View this message in context: http://www.nabble.com/HTTP-to-Radius-relay%2C-possible--t1250643.html#a33136... Sent from the FreeRadius - User forum at Nabble.com.
On Thu 09 Mar 2006 05:18, hkdio wrote:
I wanna know is it possible to have Http to radius translation feature
The conecpt like that, when user login to server/firewall, server will send the radius request to radius server. Than Radius server will try to login a http page by basic authentication (eg: http://user:password@test.com), if success, it will reply certain string and radius will according to string to allow radius user can login or not. -- View this message in context: http://www.nabble.com/HTTP-to-Radius-relay%2C-possible--t1250643.html#a3313 607 Sent from the FreeRadius - User forum at Nabble.com.
I believe what you are looking for can be found on our website.. http://www.freeradius.org/mod_auth_radius/ However, what you describe is also possible.. A few lines of perl would do it easily... Cheers Peter -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
hkdio <dio.lau@itpartners.com.hk> wrote:
The conecpt like that, when user login to server/firewall, server will send the radius request to radius server. Than Radius server will try to login a http page by basic authentication (eg: http://user:password@test.com), if success, it will reply certain string and radius will according to string to allow radius user can login or not.
Yes. Write a shell script to do the HTTP request, and call it from the server. See scripts/exec-program-wait for an example shell script. Alan DeKok.
participants (3)
-
Alan DeKok -
hkdio -
Peter Nixon