On 13 Feb 2014, at 11:30, JB <list.freeradius@me.com> wrote:
Alan DeKok wrote:
JB wrote:
Unfortunately, the -u argument of raddebug is now broken. I'm getting this error message: Error: Failed parsing condition '(User-Name == test)': Must have string as value for attribute
That's an easy fix. The problem is that the *server* now requires:
User-Name == "test"
The previous form is forbidden.
I see. Since the script seems to strip my quotes when I write something like -u "test", I changed the line to:
u) condition="(User-Name == '$OPTARG')"
Works fine now. (Sorry, don't know how to make patches with Git yet.)
git diff > patch :) Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2