Florin Andrei <[EMAIL PROTECTED]> wrote: > First, i have to say i'm impressed with its large number of > authentication mechanisms.
That's one of the design goals, which makes the server somewhat useful. > Which gave me an idea... Is it possible to use FreeRadius with MySQL > to do only authorization (i see the authorization requests sent via > SQL are fully customisable, which is excellent), but do the actual > authentication via Radius proxy? Sure. List SQL in 'authorize', but not in 'authenticate' But you don't even need to do that. If 'authorize' says to proxy the request, then the internal authentication isn't called, as the proxy has done that for you. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
