11 Apr
2011
11 Apr
'11
7:14 a.m.
On 11/04/11 11:45, Ivan Luska wrote:
Hello, I use Freeradius as proxy server. Is it possible to cache authenticated users on the proxy and resend access-accept to these users, if home server fails?
Probably not, but it depends. If you're using a challenge-response auth method (EAP, for 802.1x wireless or wired; CHAP for VPN/dialup/ADSL) then no. It's impossible. If you're using PAP or similar, then you could probably write a script to cache them, or use rlm_caching - see raddb/experimental.conf for the "caching" module definition.