php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3362 php_auth_user not passed back to apache
Submitted: 2000-01-31 11:10 UTC Modified: 2001-02-26 06:10 UTC
From: benedict at chemie dot de Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0 OS: Linux 2.2.13 SuSE
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: benedict at chemie dot de
New email:
PHP Version: OS:

 

 [2000-01-31 11:10 UTC] benedict at chemie dot de
When I use a "normal" i.e. htaccess-authenification, apache puts
the username-string into to the (combined) logfile.

When I use the php-authentification, there is no username in
the logfile. So it seems, that apache does not know, that the
user is now authenticated.

Should there perhaps be something like
		GLOBAL(php3_rqst)->connection->user=estrdup(user);

in functions/post.c?

I am using php as a module for apache 1.3.9.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-10 14:04 UTC] jimw@php.net
refiled as a bug against 4.0.
 [2001-02-24 13:50 UTC] jmoore@php.net
Does this still occur with PHP 4.0.4pl1?

James
 [2001-02-26 06:08 UTC] benedict at chemie dot de
No, this seems to be gone in PHP 4.
 [2001-02-26 06:10 UTC] derick@php.net
User reported that the problem has gone.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Oct 08 16:01:27 2024 UTC