Document Actions
How can I set radius logging to debug? How can I see if WiKID is getting the radius requests?
Up to Table of ContentsThis FAQ applies to: WiKID Strong Authentication Server Enterprise Edition, Network Clients
When first integrating WiKID and your VPN using radius, it can be difficult to troubleshoot without detailed logging.
To enable debugging for radius, you need to go to Configuration/Enable Protocols/Radius and set debug to True. Restart the server and then go
to Logs/Configure Loggers and set com.wikidsystems to debug and add com.wikidsystems.radius.log.DBSvrLogImpl and set it to debug as well.
If you prefer the command line, you can also do:
# tail -f /opt/WiKID/log/radius.log
after the restart.
Be sure to turn off debugging before going into production.

