Distributor ID: Ubuntu<br>Description: Ubuntu 10.10<br>Release: 10.10<br>Codename: maverick<br>Nagios: 3.0.3<br><br>I executed the following commands<br><br>htpasswd -c /usr/local/nagios/etc/htpasswd.users users_name<br>service apache2 reload<br>
<br>I have a local user named "user_name" as well<br><br>And my cgi.cfg has the usernames as follows:<br><br>use_authentication=1<br>authorized_for_system_information=nagiosadmin,users_name<br>authorized_for_system_commands=nagiosadmin,users_name<br>
authorized_for_configuration_information=nagiosadmin,users_name<br>authorized_for_all_hosts=nagiosadmin,users_name<br>authorized_for_all_host_commands=nagiosadmin,users_name<br>authorized_for_all_services=nagiosadmin,users_name<br>
authorized_for_all_service_commands=nagiosadmin,users_name<br><br>However the "user_name" can not authenticate with Apache to access the site.<br><br>Does the user need to belong to any particular group other than their own?<br>