buffered_sql problem

A.L.M.Buxey at lboro.ac.uk A.L.M.Buxey at lboro.ac.uk
Mon Aug 3 17:29:55 CEST 2015


Hi,

> that is already in the db, so those fail, but my question is, will the
> server keep trying to insert that record and not try any others in the
> detail.work file?

yep. any nastiness and it gets stuck....and wont proceed. you need
to nullify it...either stop server, edit the .work file to remove
the dodgy record or configure server to walk over it... probably
something hacky like this


 sql {
         invalid = 2
         fail = 2
 }
 if (fail || noop || invalid) {
         ok
 }

alan


More information about the Freeradius-Users mailing list