Authentication Boggle REMOTE_USER

Steve Loughran stevelml1 at scee.sony.co.uk
Fri Mar 28 20:37:54 CET 2003


<Directory "/usr/local/nagios/share">

<Directory "/usr/local/nagios/sbin/">

would the missing trailing / char in the "share" statement cause any
problems? no icdea to be honest, and not at work to check.... or maybe its
the extra / char on the "sbin" directory entry.

or maybe the .htaccess file isnt in *BOTH* directories (I notice you only
mention the .htaccess file in the "share" dir.....is there one in the "sbin"
dir?.... been there, done that... far too many times!)

Steve


----- Original Message -----
From: "Shawn McCool" <smccool at ascendantmedia.com>
To: <nagios-users at lists.sourceforge.net>
Sent: Friday, March 28, 2003 7:00 PM
Subject: Re: [Nagios-users] Authentication Boggle REMOTE_USER


I made a test PHP script  test.php  and did  print "-->" .
$_SERVER['REMOTE_USER'];

I did this on another machine of mine and it functioned perfectly.  However
on this one it is returning
nothing.  Does anyone know what may keep the environment variable
REMOTE_USER from being
set properly after a successful authentication?
  ----- Original Message -----
  From: Shawn McCool
  To: nagios-users at lists.sourceforge.net
  Sent: Thursday, March 27, 2003 12:57 PM
  Subject: [Nagios-users] Authentication Boggle


  I'm running Suse 7.0
  My httpd.conf is set up as follows

  ScriptAlias /nagios/cgi-bin/ /usr/local/nagios/sbin/
  <Directory "/usr/local/nagios/sbin/">
      AllowOverride AuthConfig
      Options ExecCGI
      Order allow,deny
      Allow from all
  </Directory>

  Alias /nagios/ /usr/local/nagios/share/
  <Directory "/usr/local/nagios/share">
      Options None
      AllowOverride AuthConfig
      Order allow,deny
      Allow from all
  </Directory>

  my .htaccess in my /usr/local/nagios/share is

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


  My password file seems to be reading right, as when i go to
http://mydomain.com/nagios/index.html
  it prompts me for password, and I can successfully authenticate.  However,
in the Tactical Monitoring Overview (in the upper left grey box) it shows:

  Logged in as ?

  My cgi.cfg has

  use_authentication=1

  And all of the authorized_for_xxxxx are set to the appropriate user.

  I am seeing nothing awry in neither my access_log nor my error_log.

  I am running apache 1.3.27 and Nagios 1.0 with Nagios Plugins 1.3.0

  My Nagios dir structure looks like this:

  drwxrwxr-x   2 nagios   nagiocmd     4.0k Mar 26 08:57 bin
  drwxrwxr-x   2 nagios   nagiocmd     4.0k Mar 27 12:49 etc
  drwx------   2 nagios   nagiocmd     4.0k Mar 27 12:42 libexec
  drwxrwxr-x   2 nagios   nagiocmd     4.0k Mar 26 09:13 sbin
  drwxrwxr-x   8 nagios   nagiocmd     4.0k Mar 27 12:49 share
  drwxrwxr-x   4 nagios   nagiocmd     4.0k Mar 27 12:51 var



  Where nagiocmd is a group which has both the nagios user and the user my
apache runs as.

  My Nagios Share dir:

  -rwxr-xr-x   1 nagios   nagiocmd      105 Mar 26 11:08 .htaccess
  drwxrwxr-x   2 nagios   nagiocmd     4.0k Mar 26 08:57 contexthelp
  drwxrwxr-x   3 nagios   nagiocmd     4.0k Mar 26 08:57 docs
  drwxrwxr-x   4 nagios   nagiocmd     4.0k Mar 26 09:10 images
  -rw-rw-r--   1 nagios   nagiocmd      658 Mar 26 08:57 index.html
  -rw-rw-r--   1 nagios   nagiocmd     2.3k Mar 26 08:57 main.html
  drwxrwxr-x   2 nagios   nagiocmd     4.0k Mar 26 08:57 media
  -rw-rw-r--   1 nagios   nagiocmd       26 Mar 26 08:57 robots.txt
  -rw-rw-r--   1 nagios   nagiocmd      10k Mar 26 08:57 side.html
  drwxrwxr-x   2 nagios   nagiocmd     4.0k Mar 25 16:49 ssi
  drwxrwxr-x   2 nagios   nagiocmd     4.0k Mar 26 08:57 stylesheets

  Nagios SBIN:

  -rwxrwxr-x   1 nagios   nagiocmd     150k Mar 26 08:57 avail.cgi
  -rwxrwxr-x   1 nagios   nagiocmd     150k Mar 26 08:57 cmd.cgi
  -rwxrwxr-x   1 nagios   nagiocmd     118k Mar 26 08:57 config.cgi
  -rwxrwxr-x   1 nagios   nagiocmd     164k Mar 26 08:57 extinfo.cgi
  -rwxrwxr-x   1 nagios   nagiocmd     172k Mar 26 08:57 histogram.cgi
  -rwxrwxr-x   1 nagios   nagiocmd     108k Mar 26 08:57 history.cgi
  -rwxrwxr-x   1 nagios   nagiocmd     105k Mar 26 08:57 notifications.cgi
  -rwxrwxr-x   1 nagios   nagiocmd     102k Mar 26 08:57 outages.cgi
  -rwxrwxr-x   1 nagios   nagiocmd     103k Mar 26 08:57 showlog.cgi
  -rwxrwxr-x   1 nagios   nagiocmd     149k Mar 26 08:57 status.cgi
  -rwxrwxr-x   1 nagios   nagiocmd     184k Mar 26 08:57 statusmap.cgi
  -rwxrwxr-x   1 nagios   nagiocmd     119k Mar 26 08:57 statuswml.cgi
  -rwxrwxr-x   1 nagios   nagiocmd     113k Mar 26 08:57 statuswrl.cgi
  -rwxrwxr-x   1 nagios   nagiocmd     123k Mar 26 08:57 summary.cgi
  -rwxrwxr-x   1 nagios   nagiocmd     127k Mar 26 08:57 tac.cgi
  -rwxrwxr-x   1 nagios   nagiocmd     173k Mar 26 08:57 trends.cgi

  Nagios ETC

  -rwxrwxr-x   1 nagios   nagiocmd      16k Mar 27 12:44 cgi.cfg
  -rwxrwxr-x   1 nagios   nagiocmd     3.3k Mar 26 12:02 checkcommands.cfg
  -rwxrwxr-x   1 nagios   nagiocmd      358 Mar 25 19:27 contactgroups.cfg
  -rwxrwxr-x   1 nagios   nagiocmd     1.0k Mar 25 19:26 contacts.cfg
  -rwxrwxr-x   1 nagios   nagiocmd      670 Mar 26 09:09 dependencies.cfg
  -rwxrwxr-x   1 nagios   nagiocmd      670 Mar 26 09:06 escalations.cfg
  -rwxrwxr-x   1 nagios   nagiocmd      440 Mar 25 19:22 hostgroups.cfg
  -rwxrwxr-x   1 nagios   nagiocmd     1.4k Mar 25 19:20 hosts.cfg
  -rwxrwxr-x   1 nagios   nagiocmd     3.7k Mar 25 19:05 misccommands.cfg
  -rwxrwxr-x   1 nagios   nagiocmd      21k Mar 26 09:26 nagios.cfg
  -rwxrwxr-x   1 nagios   nagiocmd       21 Mar 26 09:15 nagios.pwd
  -rwxrwxr-x   1 nagios   nagiocmd     3.0k Mar 26 09:04 resource.cfg
  -rwxrwxr-x   1 nagios   nagiocmd     1.6k Mar 26 09:09 services.cfg
  -rwxrwxr-x   1 nagios   nagiocmd      17k Mar 25 16:49 services.cfg-sample
  -rwxrwxr-x   1 nagios   nagiocmd     1.1k Mar 25 17:03 timeperiods.cfg


  If I look at any CGI other than tactical overview I get this message

  It appears as though you do not have permission to view information for
any of the hosts you requested...
  If you believe this is an error, check the HTTP server authentication
requirements for accessing this CGI
  and check the authorization options in your CGI configuration file.


  I am not sure what is happening incorrectly in my authentication.



-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
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





More information about the Users mailing list