17 Dec
2020
17 Dec
'20
3:47 p.m.
On Dec 17, 2020, at 3:11 PM, Michael Schneider <michael.schneider@onway.ch> wrote:
I am using FreeRADIUS version 3.0.21. The server works as expected, but the generated REST request is weird in my opinion. The two attributes "Tunnel-Type (64)" and "Tunnel-Medium-Type (65)" are particularly special. The value type of them is an integer and this is also signaled via REST, but the value provided is the string representation of the integer.
I've pushed a fix for v3.0.x. It always prints the integer value, and does not print the name. Alan DeKok.