From dca3b8287a6f82ccb73366e1b9d3a771f50cbff7 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Wed, 27 Jul 2011 21:54:21 +0100 Subject: [PATCH] This should limit the views Signed-off-by: Stephen Gran --- config/static/cgi.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/static/cgi.cfg b/config/static/cgi.cfg index 5963470..176499b 100644 --- a/config/static/cgi.cfg +++ b/config/static/cgi.cfg @@ -120,7 +120,7 @@ use_ssl_authentication=0 # not use authorization. You may use an asterisk (*) to # authorize any user who has authenticated to the web server. -authorized_for_system_information=* +authorized_for_system_information=nagiosadmin @@ -132,7 +132,7 @@ authorized_for_system_information=* # an asterisk (*) to authorize any user who has authenticated # to the web server. -authorized_for_configuration_information=* +authorized_for_configuration_information=nagiosadmin @@ -158,8 +158,8 @@ authorized_for_system_commands=nagiosadmin # to authorize any user who has authenticated to the web server. -authorized_for_all_services=* -authorized_for_all_hosts=* +authorized_for_all_services=dsa-guest,nagiosadmin +authorized_for_all_hosts=dsa-guest,nagiosadmin -- 2.20.1