Re: [PHP] Where is my REMOTE_USER?

2002-08-30 Thread Frank
At 16:42 30/8/2002 +1200, David Robley wrote: >In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >says... > >Is this snippet from the docs possibly relevant? > >Chapter 17. HTTP authentication with PHP > >The HTTP Authentication hooks in PHP are only available when it is running >as an Apache modu

Re: [PHP] Where is my REMOTE_USER?

2002-08-29 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > At 06:03 29/8/2002 -0400, David T-G wrote: > > > Frank, et al -- > > ..and then Frank said... > > % > > % Hi, > > % > > % when logging in with username and password with the good old "Require > user" > > % mechanism in Apache I

Re: [PHP] Where is my REMOTE_USER?

2002-08-29 Thread Frank
At 06:03 29/8/2002 -0400, David T-G wrote: > Frank, et al -- > ..and then Frank said... > % > % Hi, > % > % when logging in with username and password with the good old "Require user" > % mechanism in Apache I could earlier see the name of the user logging in as > % $REMOTE_USER. > Thi

Re: [PHP] Where is my REMOTE_USER?

2002-08-29 Thread David T-G
Frank, et al -- ...and then Frank said... % % Hi, % % when logging in with username and password with the good old "Require user" % mechanism in Apache I could earlier see the name of the user logging in as % $REMOTE_USER. This sort of thing has come up on the list frequently. You should se

[PHP] Where is my REMOTE_USER?

2002-08-29 Thread Frank
Hi, when logging in with username and password with the good old "Require user" mechanism in Apache I could earlier see the name of the user logging in as $REMOTE_USER. But it seems now to have disappeared. It seems to be nowhere, neither as $GLOBALS['REMOTE_USER'] $_SERVER['REMOTE_USER'] $_