2007/4/24, Edson <4lists(a)gmail.com>om>:
I'm receiving this message on FreeRadius (1.1.3),
running RadiusClient-NG
(0.5.5.1) and OpenSER SVN 20070416-143000 on an OpenSUSE 10.2-64 bits:
Error: WARNING: Malformed RADIUS packet from host 127.0.0.1: packet
attributes do NOT exactly fill the packet
I encountered the same thing. Looks like accounting radius-packets are
simply dropped by FreeRADIUS (and Livingston also) server. We fixed
this behaviour by explicitly adding some parameters:
...
modparam("acc", "radius_extra", "User-Name=$fU;
Called-Station-Id=$tU;
Calling-Station-Id=$fU")
...
--
With best regards!