bzero
1
Hello,
I tried today with following setting in config.php file, but authentication is still required to access any graph.
$ config ['allow_unauth_graphs_cidr'] = array('0.0.0.0/0');
$ config ['allow_unauth_graphs'] = true;
I am using ldap authentication.
Thank you.
Chas
2
Just to confirm it’s without the spaces?
$config['allow_unauth_graphs'] = true;
What version of librenms are you running ?
bzero
3
sorry, there shouldn’t have space in my config, so the issue is still there.
it’s wrong paste.