I am running FreeRadius Version 0.5 on RH 7.1 and any time I place Ascend-Data-Filter in the attrs file I get the following when attempting to start radius

radiusd: Starting - reading configuration files ...
radiusd: /usr/local/etc/raddb/attrs[107]: Syntax error: Previous line is missing a trailing comma for entry voicenet.com
radiusd: Errors reading /usr/local/etc/raddb/attrs
radiusd: radiusd.conf[414]: attr_filter: Module instantiation failed.

If I start radius without the attr_filter module I get the proper responses from radtest.

Any help would be appreciated.

example from attrs file:

xyx.com
        Service-Type == Framed-User,
        Framed-IP-Address == 255.255.255.254,
        Framed-IP-Netmask == 255.255.255.255,
        Framed-Protocol == PPP,
        Framed-Compression == Van-Jacobson-TCP-IP,
        Framed-Filter-ID =~ ".*",
        Reply-Message =~ ".*",
        Session-Timeout != 0,
        Idle-Timeout != 0,
        X-Ascend-Data-Filter := "ip input forward tcp est",
        Port-Limit <= 4

Reply via email to