real-time graphical tool User debugging
Hello, We are in the process of migrating from Radiator to FreeRadius. One of the tools we use for debugging user authentication issues is the Radiator tool called Radar, https://radiatorsoftware.com/products/radar/. I have been searching for a similar tool for FreeRadius. My question is what do people use to debug client authentications? It looks like there is the raddebug tool where you can use with varius switches raddebug -c ’Calling-Station-Id == "xx-xx-xx-xx-xx-xx"’ Or raddebug -u <username> both from https://networkradius.com/doc/FreeRADIUS-Implementation-Ch11.pdf Anything with a Graphical interface so that others can debug users without giving them cli access? -- _______________________________________________________________ Giovanni Trapasso _______________________________________________________________
On Nov 29, 2023, at 4:57 PM, Giovanni Trapasso <giovanni.trapasso@ualberta.ca> wrote:
We are in the process of migrating from Radiator to FreeRadius. One of the tools we use for debugging user authentication issues is the Radiator tool called Radar, https://radiatorsoftware.com/products/radar/. I have been searching for a similar tool for FreeRadius. My question is what do people use to debug client authentications?
radclient and radiusd -X.
It looks like there is the raddebug tool where you can use with varius switches
Yes, this is all documented.
Anything with a Graphical interface so that others can debug users without giving them cli access?
Nope. Feel free to submit patches. Alan DeKok.
participants (2)
-
Alan DeKok -
Giovanni Trapasso