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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
46 - 45 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 25 21:01:36 2024 UTC