"Evan Weiner" <[EMAIL PROTECTED]> wrote: > I'm having some trouble getting FreeRadius working with MySQL. > Everything loads fine, but then when I try to do a test query against > the radius server, the client returns a timeout. The pertinent part > from the radius logfile is... > > Fri Jan 31 12:58:39 2003 : Error: Discarding new request from client > vnsinternal:59204 - ID: 13 due to live request 42 > Fri Jan 31 12:58:39 2003 : Error: rlm_sql_getvpdata: database query > error > Fri Jan 31 12:58:39 2003 : Error: rlm_sql (sql): SQL query error; > rejecting user
Your SQL database doesn't work. That's what the error messages mean. > Can anyone help me? Make sure your SQL database works. Make sure that it responds to the requests from FreeRADIUS. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
