Hi, Is it possible to use rlm_cache for storing all attributes (request, control & reply list) ? Somethink like update { request:ANY += &request:ANY control:ANY += &control:ANY reply:ANY += &reply:ANY } Peter
On 3 Sep 2014, at 03:15, BALSIANOK, Peter <Peter.BALSIANOK@orange.com> wrote:
Hi,
Is it possible to use rlm_cache for storing all attributes (request, control & reply list) ?
Somethink like
update { request:ANY += &request:ANY control:ANY += &control:ANY reply:ANY += &reply:ANY }
Yes, it's update { request: += &request: control: += &control: reply: += &reply: } Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
participants (2)
-
Arran Cudbard-Bell -
BALSIANOK, Peter