hkdio <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED]), 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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

