Basic RADIUS network protocol question

2004-07-07 Thread Martin Olsson
I'm reading the RFC2865 for RADIUS. In each radius packet seems to have a
code, an identifier, a length field, an authenticator field and some
attributes.The length field is 16-bit, but is it big-endian or
little-endian? If i receive the two bytes for the length as AB should I use
the value 256*A+B or should I use the value
A+B*256?Regards,Martin Olsson


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Basic RADIUS network protocol question

2004-07-07 Thread Martin Olsson
I'm reading the RFC2865 for RADIUS. In each radius packet seems to have a
code, an identifier, a length field, an authenticator field and some
attributes.The length field is 16-bit, but is it big-endian or
little-endian? If i receive the two bytes for the length as AB should I use
the value 256*A+B or should I use the value
A+B*256?Regards,Martin Olsson


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Open source RADIUS Java client

2004-07-01 Thread Martin Olsson
Hi,Is there any client side open source libraries for RADIUS
authentication etc? Preferably I would like something in Java where I call a
method and then this is turned into a RADIUS network packet request. Do you
know any such libraries?Sincerly,Martin Olsson


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html