v3.0.x: raddebug/radmin ignore conditions
JB
list.freeradius at me.com
Wed Feb 12 18:36:05 CET 2014
Arran Cudbard-Bell wrote:
> Packet-Src-Ip-Address is probably a bad one to use as it's not a real attribute.
How else would I filter the debug output per IP using raddebug/radmin?
> You can use the %{debug:<level>} xlat from within the request, it will probably work more reliably than
> the radmin interface.
>
> It marks up the current request for debugging at the point the xlat function is called. Unfortunately
> the output file can still only be set globally.
So, I just would have to add something like "if (%{User-Name} == …) update control {…}" to the beginning of the sections I am interested in?
More information about the Freeradius-Users
mailing list