Hello,
I’m trying to setup RADIUS auth in our environment. I have the following setup:
Test RADIUS Auth
#$config[‘radius’][‘hostname’] = ‘x.x.x.x’;
#$config[‘radius’][‘port’] = ‘1812’;
#$config[‘radius’][‘secret’] = ‘mysecret’;
#$config[‘radius’][‘timeout’] = 3;
##$config[‘radius’][‘users_purge’] = 14;//Purge users who haven’t logged in for 14 days.
$config[‘radius’][‘default_level’] = 5;//Set the default user level when automatically creating a user. as much information as possible. This should include:
When I try to login to the web interface I get authentication denied. I look at the logs in my RADIUS server and I don’t see any requests coming in from the server. I have restarted apache and confirmed the firewall on the RADIUS server is allowing the traffic to pass.
What am I missing?