19 Sep
2011
19 Sep
'11
8:41 a.m.
On Mon, Sep 19, 2011 at 5:10 PM, Lorenzo Milesi <lorenzo.milesi@yetopen.it> wrote:
hi. can I make a configuration where I have a radius server which authenticates over an external radius (basically a proxy), but caches the successful logins, so that known users won't get asked upstream (at least for a certain time)?
I don't want to replicate the backend database.
There's cache module, but it's still marked as experimental: https://github.com/alandekok/freeradius-server/blob/v2.1.x/raddb/experimenta... (look for "cache") You need to recompile from source and use ./configure --with-experimental-modules. -- Fajar