8 Mar
2022
8 Mar
'22
2:52 p.m.
On Mar 8, 2022, at 2:01 PM, Matthew Newton <mcn@freeradius.org> wrote:
Should be able to use the 'xlat' xlat to force expansion, no?
Something like
update reply { &Tmp-String-0 := "%{xlat:&Tmp-String-1}" }
It can be done, but only for each attribute, one by one.
But in either case I'd be very careful to ensure that the data coming from SQL is only set by the admin, and not from data in an incoming request.
Yeah. :( Alan DeKok.