14 Feb
2008
14 Feb
'08
5:29 a.m.
Tony Spencer wrote:
We proxy some authentication and accounting to another company.
After installing freeradius version 2.0.1 they have said they are getting errors in their log file: ... Wed Feb 13 15:17:00 2008 : Debug: modsingle[accounting]: returned from attr_filter.accounting_response (rlm_attr_filter) for request 0
Delete the "attr_filter.accounting_response" entry from the "accounting" section. The attr_filter module is filtering the *request*, when it is documented as filtering the *response*. This is a bug. The problem is fixed in 2.0.2, see "man rlm_attr_filter" in 2.0.2 for details. Alan DeKok.