master branch radius_xlat() expected behavior?
Alan DeKok
aland at deployingradius.com
Sat Jul 13 09:14:09 CEST 2013
Arran Cudbard-Bell wrote:
> No the behaviour isn't correct. It was broken by 4b9be42a2f1b45e97ee12de0d412a4f65c750074.
Which was in turn caused by the Attribute[n] code being deleted...
I've pushed a fix.
As another note, the "users" file entries no longer work:
bob Cleartext-Password := "bob"
Filter-Id := "Hello %{User-Name}"
The Filter-Id attribute never gets expanded, and is always empty. But
this works:
bob Cleartext-Password := "bob"
Filter-Id := "Hello"
Just WTF is going on with the code? It's as if the handling of
strings in the server has been destroyed.
Alan DeKok.
More information about the Freeradius-Devel
mailing list