> From: Andrea Gabellini
> Sent: Monday, 21 July 2003 10:11 PM

> some characters are black listed and replaced with the hex code. You can 
> find this list in the file src/modules/rlm_sql/rlm_sql.c in the function 
> sql_escape_func. Remove ':' from this list and you can see the correct value.

You've got that backwards, that's a whitelist. If you ADD
'*' to that string, you'll not see the =2A, since that's what
=2A means. If you look at your radacct detail logs, you should
see that there's a * character there.

I suspect your column width in your database may be too
narrow, and so the conversion's forcing later characters
to be truncated by the SQL INSERT/UPDATE command.

What's the radacct detail log say for that entry?

--
=========================================================
Paul "TBBle" Hampson
Bubblesworth Pty Ltd (ABN: 51 095 284 361)
[EMAIL PROTECTED]

This is a one line proof...if we start
sufficiently far to the left.
        -- Cambridge University Math Department
---------------------------------------------------------
Random signature generator 3.0 by Paul "TBBle" Hampson
=========================================================


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to