"Cameron Beattie" <[EMAIL PROTECTED]> 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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

