3 Oct
2005
3 Oct
'05
8:20 p.m.
"Cameron Beattie" <kjcsb@orcon.net.nz> wrote:
When I run radiusd -X and watch what happens when I try to pass a record to FreeRadius, I see the following: rlm_sql (sql): Unsupported Acct-Status-Type = 15 modcall[accounting]: module "sql" returns noop for request 1
The RADIUS client is sending an Accounting-Request with a status that is not implemented by rlm_sql. There a are a number of hard-coded queries in rlm_sql. Accounting packets containing *other* kinds of status types are not supported. Alan DeKok.