Hi There,

I have been having problems with authenticating my nagiosadmin user. It keeps prompting me. I have gone through the documentation over and over and did a complete reinstall of RedHat(8), just in case. I have a fresh new install of nagios, but am still recieving the prompt.
I checked the error file and recieved this:
[Fri Mar 10 10:06:38 2006] [error] [client 192.168.49.5] (13)Permission denied: Could not open password file: /usr/local/nagios/etc/htpasswd.users [Fri Mar 10 10:06:38 2006] [error] [client 192.168.49.5] user nagiosadmin not found: /nagios The only thing I have changed this time around is the folder in which the nagios user owns. It was the owner of /home/nagios even though i followed the documentation and used the 'chown nagios.nagios /usr/local/nagios' command. I have also re added the nagiosadmin user again using 'htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin' command.

Also have added the following snippet to the httpd.conf file:

ScriptAlias /nagios/cgi-bin /usr/local/nagios/sbin

<Directory "/usr/local/nagios/sbin">
   Options ExecCGI
   AllowOverride None
   Order allow,deny
   Allow from all
   AuthName "Nagios Access"
   AuthType Basic
   AuthUserFile /usr/local/nagios/etc/htpasswd.users
   Require valid-user
</Directory>

Alias /nagios /usr/local/nagios/share

<Directory "/usr/local/nagios/share">
   Options None
   AllowOverride None
   Order allow,deny
   Allow from all
   AuthName "Nagios Access"
   AuthType Basic
   AuthUserFile /usr/local/nagios/etc/htpasswd.users
   Require valid-user
</Directory>

I am still recieving this error. (BAH!)

_________________________________________________________________
Shopping made easy @ tradingpost.com.au http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fwww%2Etradingpost%2Ecom%2Eau%2F%3Freferrer%3DnmsnHMetagv1&_t=753082530&_r=emailtagline&_m=EXT



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Nagios-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null

Reply via email to