Freeradius proxy caching users
Phil Mayers
p.mayers at imperial.ac.uk
Mon Apr 11 13:14:41 CEST 2011
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.
More information about the Freeradius-Users
mailing list