OT: java radius client libraries?
Hi guys, Sorry if this is slightly OT but I'm hoping someone can advise on an open-source radius client library in Java for integration with another project that will be talking to a freeradius server. I have found two, jradius and tinyradius, but jradius does not seem to be in active development. Has anyone used either of these or something else, preferably with a freeradius server? Thanks, Alex
Alex French wrote:
Hi guys,
Sorry if this is slightly OT but I'm hoping someone can advise on an open-source radius client library in Java for integration with another project that will be talking to a freeradius server. I have found two, jradius and tinyradius, but jradius does not seem to be in active development.
http://coova.org/wiki/index.php/JRadius/ClientAPI ? It's actively supported. Unless there's another jradius out there...
Has anyone used either of these or something else, preferably with a freeradius server?
FreeRADIUS includes a jradius plugin... Alan DeKok.
2008/5/12 Alan DeKok <aland@deployingradius.com>:
http://coova.org/wiki/index.php/JRadius/ClientAPI ?
It's actively supported. Unless there's another jradius out there...
Aha, I was looking at http://jradius-client.sourceforge.net/ which is different. Thanks for the pointers. Alex
Hi Alex, i used JRadius around a year ago, and it is the way to go, JRadius only builds a layer on top of FreeRadius though, it is not a standalone RADIUS server, as is FreeRadius for example. It will allow you to create handlers written in java using the existing JRadius packages to deal with RADIUS events. If you need more specific details please let me know regards George Alex French wrote:
2008/5/12 Alan DeKok <aland@deployingradius.com>:
http://coova.org/wiki/index.php/JRadius/ClientAPI ?
It's actively supported. Unless there's another jradius out there...
Aha, I was looking at http://jradius-client.sourceforge.net/ which is different.
Thanks for the pointers.
Alex - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Alan DeKok -
Alex French -
George Beitis