23 Aug
2006
23 Aug
'06
8:07 a.m.
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