"Robert R. George" <[EMAIL PROTECTED]> wrote: > I am trying to get the rlm_sqlcounter module working in freeradius-0.8.1 > and am have a bit of trouble. It appears that the module is not > querying the sql database... > > When running radius -X, I get the following: > > rlm_sqlcounter: Entering module authorize code > rlm_sqlcounter: Could not find Check item value pair > modcall[authorize]: module "allcounter" returns noop
It's not querying the database because you told it to 'check' for certain attributes, and those attributes aren't in the request. So there's nothing it can use to query the database, and it does nothing. What was unclear about the error message? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
