Hello, What I need to do to remove this warning? WARNING: Module rlm_sql became unblocked Thanks Aurélio
On Apr 21, 2020, at 12:55 PM, Aurélio de Souza Ribeiro Neto <netolistas@mpc.com.br> wrote:
What I need to do to remove this warning?
WARNING: Module rlm_sql became unblocked
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. Alan DeKok.
Alan, I saw in /mods-avaiable/sql the query_timeout commented. Maybe this is the problem? Thanks Aurélio Em 21/04/2020 14:08, Alan DeKok escreveu:
On Apr 21, 2020, at 12:55 PM, Aurélio de Souza Ribeiro Neto <netolistas@mpc.com.br> wrote:
What I need to do to remove this warning?
WARNING: Module rlm_sql became unblocked
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.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
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.
participants (2)
-
Alan DeKok -
Aurélio de Souza Ribeiro Neto