![](https://secure.gravatar.com/avatar/afc21bbe813d889ab96631dd577a9a92.jpg?s=120&d=mm&r=g)
Hello,
I’ve made a fresh install of Observium and during the initial setup I was using the mysql authentication type. After adding a few data sources (devices), I’ve switched to Radius authentication.
In my config.php, I’ve added/changed these lines:
$config['auth_mechanism'] = "radius"; $config['auth_radius_server'] = array(‚1.2.3.4'); $config['auth_radius_port'] = 1812; $config['auth_radius_secret'] = 'top_secret'; $config['auth_radius_method'] = 'PAP'; $config['auth_radius_groupmemberattr'] = 'Filter-Id'; $config['auth_radius_groups']['super_admin']['level'] = 10; $config['auth_radius_groups'][’user']['level'] = 7;
The authentication works very well, but after logging in, I’m getting only an empty page an empty page.
Did I miss something with the configuration? What can be the reason for the empty page?
-Ihsan