25 Oct
2017
25 Oct
'17
6:40 a.m.
On Oct 25, 2017, at 1:40 AM, Herwin Weststrate <herwin@quarantainenet.nl> wrote:
I guess it wouldn't be too hard to use the logic of https://github.com/FreeRADIUS/freeradius-server/blob/e4629d6922ac6b0ce0e5239... to make a filter.
Sure, that makes sense. In v4, that kind of patch is no longer necessary. You can (today!) create a sub-request, and then control which attributes are copied to it. e.g. subrequest { update request { ... copy the attributes you need ... } rest update { &parent.reply: += &reply: } } A little more complex in Unlang, but much clearer IMHO. Alan DeKok.