<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN 
class=705295017-26072006>All,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=705295017-26072006></SPAN></FONT><FONT 
face=Arial size=2><SPAN class=705295017-26072006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=705295017-26072006>Goal: to limit what 
services and hosts individuals can see to the hosts that they are a contact 
for.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=705295017-26072006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=705295017-26072006>The manual 
states:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=705295017-26072006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=705295017-26072006><!--StartFragment --><FONT face="Times New Roman" 
size=3> </FONT>
<LI>An <I>authenticated user</I> is an someone who has authenticated to the web 
server with a username and password and has been granted access to the Nagios 
web interface. </LI>
<LI>An <I>authenticated contact</I> is an authenticated user whose username 
matches the short name of a contact definition in your <A 
href="http://nagios.sourceforge.net/docs/2_0/configobject.html">object 
configuration file(s)</A>.</LI></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><SPAN class=705295017-26072006>I have nagios set up so that users must 
login to get to the main page.  That works</SPAN></DIV>
<DIV><SPAN class=705295017-26072006></SPAN> </DIV>
<DIV><SPAN class=705295017-26072006>I have a user "myuser" that is a contact 
(the myuser name is a short name of a contact) for several hosts. myuser logins 
into the nagios site gets to the main page then clicks on the host detail or 
service detail and gets this error:</SPAN></DIV>
<DIV><SPAN class=705295017-26072006></SPAN> </DIV>
<DIV><SPAN class=705295017-26072006><FONT color=#ff0000>"It appears as though 
you do not have permission to view information for any of the services you 
requested"</FONT></SPAN></DIV>
<DIV><SPAN class=705295017-26072006><FONT 
color=#ff0000></FONT></SPAN> </DIV>
<DIV><SPAN class=705295017-26072006><FONT color=#000000>According to the 
definitions above myuser should be able to see the hosts or services they are a 
contact for?  </FONT></SPAN></DIV>
<DIV><SPAN class=705295017-26072006></SPAN> </DIV>
<DIV><SPAN class=705295017-26072006>thoughts?</SPAN></DIV>
<DIV><SPAN class=705295017-26072006></SPAN> </DIV>
<DIV><SPAN class=705295017-26072006>below is my httpd.conf file</SPAN></DIV>
<DIV><SPAN class=705295017-26072006></SPAN> </DIV>
<DIV><SPAN class=705295017-26072006></SPAN> </DIV>
<DIV></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>ScriptAlias /nagios/cgi-bin/ 
/usr/local/nagios/sbin/<BR><Directory "/usr/local/nagios/sbin/"><BR>  
<Files cmd.cgi><BR>     AuthName "Nagios Command 
Access"<BR>     AuthType Basic<BR>     
AuthUserFile /usr/local/nagios/etc/.htpasswd.users<BR>     
require valid-user<BR>  </Files><BR>   Options 
ExecCGI<BR>   Order allow,deny<BR>   Allow from 
all<BR></Directory></FONT></DIV>
<DIV> </DIV><FONT face=Arial size=2>
<DIV><BR>Alias /nagios /usr/local/nagios/share/<BR><Directory 
"/usr/local/nagios/share"><BR>    Options 
None<BR>    AllowOverride AuthConfig<BR>    Order 
allow,deny<BR>    Allow from all<BR>    AuthName 
"Nagios Access"<BR>    AuthType Basic<BR>    
AuthUserFile /usr/local/nagios/etc/.htpasswd.users<BR>    require 
valid-user<BR></Directory><BR></DIV>
<DIV>Alias /etc/ "/usr/local/nagios/etc/"<BR><Directory 
"/usr/local/nagios/etc/"><BR>    Options Indexes 
MultiViews<BR>    AllowOverride None<BR>    Order 
allow,deny<BR>    Allow from all<BR></Directory></DIV>
<DIV> </DIV>
<DIV>Alias /error/ "/usr/local/nagios/error/"<BR><Directory 
"/usr/local/nagios/error/"><BR>    Options Indexes 
MultiViews<BR>    AllowOverride None<BR>    Order 
allow,deny<BR>    Allow from 
all<BR></Directory><BR></DIV></FONT>
<DIV> </DIV>
<DIV align=left><FONT face=Arial size=2>Thank you,</FONT></DIV>
<DIV align=left> </DIV>
<DIV align=left><FONT face=Arial size=2>Daniel G. Rusch</FONT></DIV>
<DIV align=left><FONT face=Arial size=2>x2027</FONT></DIV>
<DIV> </DIV></BODY></HTML>