25 Jul
2007
25 Jul
'07
10:35 a.m.
Govardhana K N wrote:
Hi,
I am using WiMAX supported client, so the attribute format for WiMAX is like Attribute-Type, Length, CONTINUATION, and Value.
How can I modify the server to send the attributes in this format?
Edit src/lib/radius.c. That's the code that does packing / unpacking of all RADIUS attributes. The "continuation" field will cause additional complications. The TLV's inside of TLV's will also cause additional complications. Alan DeKok.