27 Feb
2014
27 Feb
'14
8:33 a.m.
Palmer J.D.F. wrote:
But I'm still struggling with raddebug. It looks like the condition is having an issue escaping the "'s which have been introduced in FR3*
This has been fixed in the v3.0.x branch.
However, if I hack the raddebug script and change the line... u) condition="(User-Name == $OPTARG )" to u) condition="(User-Name == \\\"$OPTARG\\\")"
raddebug -u bob@bobville works as expected
A different fix has already been pushed. We're doing some last-minute testing, and hope to release v3.0.2 soon. Alan DeKok.