FreeRadius with Tomcat/Java Server
Hi Team, I am currently building a freeradius server along withTomcat server. My main goal is to use tomcat server as UI for Radius client configuration and to authenticate the user for password (datastore). I have seen the JRadius module but currently it is deprecated. Is there any way for FreeRadius to communicate with Tomcat server? Please let me know your suggestions. Thanks and Regards Dineshkumar
On Feb 5, 2024, at 2:19 AM, Dineshkumar pachamuthu <dineshkumar.pachamuthu@gmail.com> wrote:
I am currently building a freeradius server along withTomcat server. My main goal is to use tomcat server as UI for Radius client configuration and to authenticate the user for password (datastore). I have seen the JRadius module but currently it is deprecated. Is there any way for FreeRadius to communicate with Tomcat server?
Unfortunately, the jradius module has not been supported for a very long time. What does work is the "rest" module. See raddb/mods-available/rest. It works very well for most straightforward REST APIs. Alan DeKok.
participants (2)
-
Alan DeKok -
Dineshkumar pachamuthu