17 Jul
2006
17 Jul
'06
11:55 a.m.
"Jory Privett" <jory@wccs.net> wrote:
I have to upgrade my current radius solution and have chosen FreeRadius for this task.
Good choice. :)
I need to be able to have one server (FreeRadius) check a username and if it is not found then to forward the request to another server (not FreeRadius). Is this possible?
Yes. See doc/configurable_failover. You can have a module (e.g. ldap, sql, etc.) look up a user. If it returns "notfound", you can run another module, which tells the server to proxy the request. Alan DeKok.