Chris Knipe wrote:

> The mySQL variables %H:%i:%S is over written by FreeRadius' variables... 
> I have filed in BugZilla as well.
> 
> Any possibility to get this fixed???

This is not a bug. FreeRADIUS expands the variables in the query strings
as documented here:

  http://freeradius.org/radiusd/doc/variables.txt

If you want to pass the characters "%" to MySQL, you must use the
following syntax: %%H:%%i:%%S

-- 
Nicolas Baradakis

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

Reply via email to