rlm_cache

Alan DeKok aland at deployingradius.com
Wed Sep 3 16:01:08 CEST 2014


BALSIANOK, Peter wrote:
> I`m playing with rlm_cache. I want to cache auth request to speed up
> future processing of the same auth request.

  That probably isn't useful.

> update {
>         request: := &request:
>         control: := &control:
>         reply: := &reply: 
> }

   That isn't useful.  You're caching the *request*?  i.e. over-writing
the *new* request with the *cached* one?

  Why would you ever do that?  It makes no sense.

  Alan DeKok.


More information about the Freeradius-Users mailing list