27 Apr
2010
27 Apr
'10
5:45 a.m.
Rosario Lumia wrote:
I mean: - my user try to log in with myuser@myrealm - freeradius try to verify username and password in more auth-server (for example in a sql DB, at home_server1 and at home_server2) indipendently by "myrealm" ; if authentication fails in all 3 auth-server, the authentication fails, else it's ok.
Is it possible?
No. An authentication reject is final. It's better to determine which home server is authoritative, and send the request there. Alan DeKok.