Error in SQL statement expansion? And how to correct it?

2009-01-09 Thread Hanno Schupp
Dear All, I found the following in my freeradius 2.1.0 debug on Ubuntu 8.10 for my simultaneous use check: ... Sat Jan 10 10:21:47 2009 : Debug: expand: SELECT COUNT(*) FROM radacct WHERE username = '%{SQL-User-Name}' AND

Re: Error in SQL statement expansion? And how to correct it?

2009-01-09 Thread Alan DeKok
Hanno Schupp wrote: I found the following in my freeradius 2.1.0 debug on Ubuntu 8.10 for my simultaneous use check: You have edited the default configuration and broken it. Sat Jan 10 10:21:47 2009 : Debug: expand: SELECT COUNT(*) FROM radacct

Re: Error in SQL statement expansion? And how to correct it?

2009-01-09 Thread tnt
Sat Jan 10 10:21:47 2009 : Debug: expand: SELECT COUNT(*) FROM radacct WHERE username = '%{SQL-User-Name}' AND acctstoptime IS NULL AND callingstationid '{%Calling-Station-Id}' '%{SQL-User-Name}' '{%Calling-Station-Id}' Can you