Unauth access graph not working

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.

Just to confirm it’s without the spaces?

$config['allow_unauth_graphs'] = true;

What version of librenms are you running ?

sorry, there shouldn’t have space in my config, so the issue is still there.
it’s wrong paste.