Raúl Rodríguez wrote: > Hi all! > I'm trying to set-up a freeradius 1.1.3 using MySQL 5.0.22 as > Database Backend... although i have a very annoying problem that i don't > know how to solve. > When i launch the service with -X option to see debug, it seems that > everything goes well, although when i try to submit some request to the > server (Auth, access...) it fails with an sql query error without doing > any query ... > modcall[authorize]: module "files" returns ok for request 0 > radius_xlat: ''
What's that line? It's supposed to be the SQL query, I think. Instead, it's empty. So FreeRADIUS is determining that the qeury is empty, and refusing to send an empty query to SQL. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

