6 Apr
2026
6 Apr
'26
8:35 a.m.
On Apr 6, 2026, at 8:32 AM, James Wood <james.wood@purplewifi.com> wrote:
It now passes the dictionary error, but complains about a debug condition even if I pass none:
# raddebug filename = /usr/local/var/run/radiusd/control/radiusd.sock ERROR: No such command: debug condition 1
raddebug is just a script which passes the "debug condition" command to radmin. The "debug condition" command has been removed in v4. Instead, v4 has %eval(), %debug(), and in-line expressions. This lets you control the debug flags for a request independent of any built-in command. Alan DeKok.