Logged in as ?

Lori Adams ladams at cloudmark.com
Thu Nov 17 01:38:39 CET 2005


Actually that was all fine.  The user was in the htpasswd.users file.  

It turned out to be a permissions issue on the directories themselves.

 

-Lori

 

________________________________

From: Mehmet Fatih AKBULUT [mailto:mfatihakbulut at gmail.com] 
Sent: Wednesday, November 16, 2005 10:05 AM
To: nagios-users at lists.sourceforge.net
Cc: Lori Adams
Subject: Re: [Nagios-users] Logged in as ?

 

first create a .htaccess file both in your nagios and in cgi-bin
directories. and put the datas below in it 

AuthName "Nagios Access" 
AuthType Basic 
AuthUserFile /usr/local/nagios/etc/htpasswd.users 
require valid-user 

then create a htpasswd.users file with the command below :

htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin 

and after creating this file u can add as many users as u want.
by the way, pay attention to the directories!!! it may be different on
your system. 
(i mean /usr/local/nagios/etc ... etc) 

(ps: these are all written in the documentation. u should read all the
pages again :p)




On 11/16/05, Lori Adams < ladams at cloudmark.com
<mailto:ladams at cloudmark.com> > wrote:

It appears that authentication is setup correctly with nagios.2.04b and
apache 1.  I'm able to use authentication to log in, yet in the top
corner, it says "Logged in as ?".

Has anyone seen this and remember how to fix it?

 

-Lori

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20051116/1d0aafd2/attachment.html>


More information about the Users mailing list