RADIUS Support

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?

And for testing purposes, yes I have these commented out as I have turned our active directory authentication back on. That won’t work in the long run as we have 2 seperate domains that we are trying to authenticate against for users and can’t get that working and SSO seems to be a pain. However when I tested those lines were NOT commented out.

I have this fixed. Got a bit too zealous in commenting out things. I have this working now! I had to leave the auth_mechanism and http_auth_guest in there. Working now!

Can I pass back the defualt_level via a VSA by chance to automatically assign varying user levels depending on group membership?