13 Jul
2013
13 Jul
'13
3:14 a.m.
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.