Your array says (,1.2.3.4) when it might want to say ('1.2.3.4'). Not sure if that's a typo.
On Sun, Aug 27, 2017 at 1:56 PM, Tom Laermans tom.laermans@powersource.cx wrote:
Did you install the PHP radius module?
Check your apache error log, and/or try adding "/debug" to the Observium URL before logging in.
Tom
On 26/08/2017 10:10, İhsan Doğan wrote:
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
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium