"Ronald I. Nutter" <[EMAIL PROTECTED]> wrote: > Is there a way I can have Freeradius authenticate > against one domain and if it fails, try the other ?
Not really. But you CAN see if a user exists in one domain, and if not, check the other domain. Once you know the user exists, and what his password is, authentication is independent of domain. > MS solution involves 2 radius servers and one radius proxy, meaning > 3 computers one of which appears to have to be windows 2003 which I > don't want to use. You can do exactly the same thing with FreeRADIUS, but run all of the servers on one machine, just using different ports. > I am also considering manually entering the users on the radius box > itself. Any configuration suggestions ? If there are a lot of users, an SQL or LDAP database would be best. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

