30 Nov
2020
30 Nov
'20
9:30 a.m.
On Nov 30, 2020, at 5:22 AM, Ammad Ali <ammad.ali@rapidcompute.com> wrote:
I have checked a user in debugging of user via raddebug, if the user is not being found in radcheck table, the freeradius is still executing groupcheck and groupreply tables. It look like its causing extra load on mysql database. Is there a way to minimize them ? or is there a way that if the user is not found in radcheck, then freeradius should not execute other queries.
The Wiki describes how the SQL module and queries work: https://wiki.freeradius.org/modules/Rlm_sql#sql-schema-and-usage_radgroupche... There's no way to change this other than (a) change your DB, or (b) change the FR source. Alan DeKok.