Good morning everyone,
I need to check if a user exists in a Radius Server. I am not sure if this question can be answered by the server (I am new to Radius).
I have a java application, and I am using "TinyRadius", in particular RadiusClient
from here.
I could not find a function in the API of this client to answer my question. Basically, I have the username (but no password) and I want to know if the user exists and is still active.
Can Radius server answer this question? If "TinyRadius" does not have the proper API, is there another Java library that can help me?
Thanks everyone