On Fri, Sep 24, 2004 at 12:39:09PM +0200, Oliver Graf wrote: > It does not seem that the change which causes this is in rlm_sql.c. I > guess it is to search in variable expansion of main/xlat.c. But I > currently fail to see the change between 0.9.3 and 1.0.1 where this > happened... perhaps I will take a deeper look later.
Hmm... 0.9.3 did escaping for anything except: "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: =/", and the default setting of safe-characters is the same now, so the '#' char should have been escaped in 0.9.3 too. Didn't you patch rlm_sql.c of 0.9.3 to modify safe char list? ;-) -- Fduch M. Pravking - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

