9 Mar
2006
9 Mar
'06
2:33 p.m.
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.