This application is a RADIUS test client which comes along with Tanapro's strong authentication RADIUS server taRadiusSrv (http://www.tanapro.ch). It can be used to test a RADIUS server and to debug it's reply.
Following features are supported:
The program is written in Eve ( http://www.ewesoft.com) and therefore needs the Eve VM 1.50 or higher.
To start the client in graphical mode, enter the following command:
Eve taRadiusClient.eve
or
java -cp eve.jar Eve taRadiusClient.eve
If all inputs are passed on the commandline (StrongSudo commands cannot be passed), the application runs without user intervention, writes the output to stdout and returns an errorlevel:
Example:
Eve taRadiusClient.eve localhost 1812 taRadiusSrv testuser testpw
or
java -cp eve.jar Eve taRadiusClient.eve localhost 1812 taRadiusSrv testuser testpw