21 Apr
2020
21 Apr
'20
1:48 p.m.
On Apr 21, 2020, at 1:41 PM, Aurélio de Souza Ribeiro Neto <netolistas@mpc.com.br> wrote:
I saw in /mods-avaiable/sql the query_timeout commented. Maybe this is the problem?
What I meant was:
Make sure that your SQL database responds quickly to FreeRADIUS.
That message comes out *only* when rlm_sql queries the database, and the database doesn't reply for many seconds.
Yes, you can set query_timeout. This won't make the database faster. It will just cause the query to be aborted after that timeout. And the "sql" module will return "fail". Alan DeKok.