Since the following commit:
https://github.com/FreeRADIUS/freeradius-server/commit/ae041317eaebb49584fc60383418da01a627c49e
We can no longer use radclient to send a Status-Server request on a non standard RADIUS port without creating a “response filter” file.
That means we can’t use stdin such as:
echo "<attributes>" | radclient <address>:<port> status <secret>
Or else we get:
(0) Can't determine expected response to Status-Server request, specify a well known RADIUS port, or a response filter with a Response-Packet-Type attribute
That’s annoying… stdin is practical :/
Can you do something about this ?
Thanks.
Regards,
Nicolas.