21 Jul
2021
21 Jul
'21
2:16 p.m.
On Jul 21, 2021, at 1:49 PM, Paul Moser via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
I have a home_server configured with just a virtual_server, ie I'm not doing any proxying. Within the post-auth section I update the control list but when I test the control list later in the default servers post-auth section the attribute is not present.
You have to update "outer.control". Proxying creates a new child request, so that it's independent of the parent request. Alan DeKok.