23 Oct
2017
23 Oct
'17
1:03 p.m.
On Oct 23, 2017, at 12:08 PM, Andrés Gómez <andres.gomez.ruiz@gmail.com> wrote:=
It's true. It worked great.
Good.
Now I have a last question. If the database stop working, every authentication request will be aswered with "reject". How can I set the configuration in order that if SQL database doesn't response, use the users file configurateion? I mean, If database fail, nevertheless answer "Accept" to every request as is set in the users file?
See http://wiki.freeradius.org/config/Fail%20over You can do: sql if (fail) { ... do something else ... } Alan DeKok.