realm test.com {
        type            = radius
        authhost        = LOCAL
        accthost        = LOCAL
}

Finally I need to add the realms to users file

DEFAULT Realm == "test.com", Autz-Type := test.com

(Auth-Type should be figured out by freeradius)

Is this the best way to setup a decent configuration? I'd like to skip the
proxy.conf configuration since it's saying the same for all realms. Anyone
some suggestions?

Well, if you have LOCAL for *every* realm, my suggestion would be not not call any realm module at all. Then the proxy.conf file is ignored and you can leave it untouched.

Then, obviously using Realm == test.com in the users file should be replaced. You can do it by

DEFAULT User-Name =~ "[EMAIL PROTECTED]", Autz-Type := test.com

HTH,

Stefan Winter


--
Stefan WINTER
Ingenieur de Recherche
Fondation RESTENA - Réseau Téléinformatique de l'Education Nationale et de la 
Recherche
6, rue Richard Coudenhove-Kalergi
L-1359 Luxembourg

Tel: +352 424409 1
Fax: +352 422473

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to