Removed the read-only access of the guest user and noticed some things were still available/shown to anonymous users:
The attached patches fix these issues, so removing the read-only permissions of the guest account prevents anonymous users from seeing any information.
'config.inc.php.diff.txt' can be run from your 'zabbix' root web directory. For example, mine is /var/www/html/zabbix.
'report1.php.diff.txt' can be run from the next level up. Mine would be /var/www/html.
-cameron
- 'Triggers' link still shown under 'Monitoring'
- 'Hosts' link still shown under 'Configuration Management'
- 'Reports' page still available
The attached patches fix these issues, so removing the read-only permissions of the guest account prevents anonymous users from seeing any information.
'config.inc.php.diff.txt' can be run from your 'zabbix' root web directory. For example, mine is /var/www/html/zabbix.
'report1.php.diff.txt' can be run from the next level up. Mine would be /var/www/html.
-cameron
Comment