Tagged Questions
5
votes
2answers
2k views
What (good) Java RADIUS server libraries are out there?
I've only been able to find two thus far, namely TinyRadius, which itself discourages production use and AXL, which is pay-only.
JRadius seems tied to FreeRADIUS, which isn't a library and will need ...
1
vote
1answer
247 views
RADIUS module for java servlet container
Is there any solution for java servlet containers like mod_auth_dradius for Apache.
The idea is to authenticate users using RADIUS-server to get access to some part of the site hosted by a java ...
0
votes
0answers
37 views
Any good tutorials/guides for using the AXL/Theorem RADIUS server, esp. with MSCHAPv2?
While the Javadoc API docs for the com.theorem.radserver3 RADIUS server are available from AXL, as is a very, very barebones programmer's "guide", I was wondering if anyone was aware of a more ...
0
votes
1answer
273 views
How to add radius to jboss ldap authentication?
This is a long shot but I thought it was worth a try.
We have designed a java servlet running on jboss and authenticating using ldap (edit: via JAAS). Now the customer wants to change to radius ...