14 Nov
2018
14 Nov
'18
7:08 a.m.
On Nov 14, 2018, at 2:55 AM, Rens Houben via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
If I'm reading the debug info right, what happens is that the rlm_sql module returns an "ok" status because it executed correctly - it found no entry in the database, but that isn't an incorrect answer - so the redundant stanza didn't see a need to try the fallback...
Then read "man unlang" about module return codes. This is documented. sql if (ok) { update control ... } Alan DeKok.