php-windows Digest 29 Jul 2002 13:14:44 -0000 Issue 1263
Topics (messages 14992 through 14995):
yet another upgrade question
14992 by: Jeff Vandenberg
Re: Help NT Authentication
14993 by: Eugenio Tacchini
14994 by: Brian McGarvie
Does the GD extention work with windows?
14995 by: Kit Kerbel
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I'm upgrading to PHP4.2.2 on a box with apache 1.3.26 and have now been
bashing my head against the wall for a couple of hours, intermixed with a
couple periods of restfulness. I am experiencing a couple of problems
1) I.E. is hiccuping on some of the pages giving an HTTP 500 error on random
pages, not all of them just about approximately 25% of them. With little
rhyme or reason that I have been able to find so far. Other browsers, like
Opera and NS have no issues with the pages.
2) Session variables are not being preserved. I put in a new php.ini file
after backing up previous and retailored the bare minimums of it to my site.
I reverted to previous php.ini file and it works, everything is the same in
the
section that deals with session variables
Thanks,
Jeff V
--- End Message ---
--- Begin Message ---
At 07.12 29/07/2002 +0800, KK Lee wrote:
>Dear ALL,
>
>I'm working on a win2k, IIS 5.0, PHP and MYSQL system.
>I activated Integrated windows authentication using IIS and i was able
>to popup a login dialog box and could restrict access by authenticating
>through the NT PDC.
>
>The problem is how can i pass the username (which is a domain user in
>the NT domain) into a PHP script for further processing.
Try get_current_user()
Eugenio
----------------------
www.dadabik.org - DaDaBIK is a DataBase Interfaces Kreator
--- End Message ---
--- Begin Message ---
Try adding the user that looks like...
IUSER_<MACHINENAME>
to the security of the folder that your site is in...
"Kk Lee" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Dear ALL,
>
> I'm working on a win2k, IIS 5.0, PHP and MYSQL system.
> I activated Integrated windows authentication using IIS and i was able
> to popup a login dialog box and could restrict access by authenticating
> through the NT PDC.
>
> The problem is how can i pass the username (which is a domain user in
> the NT domain) into a PHP script for further processing.
> Since it's not an apache-based system, there is no username/password
> file stored locally in the web server (i didn't intend to do so since my
> intention was to utilize ONE set of passwords for NT domain intranet
> logon and web authentication in my school).
>
> I've tried the variables $REMOTE_USER and
> $_SERVER['PHP_AUTH_USER']. It failed and those variables returned NULL
> strings.
>
> Your suggestion would be mostly appreicated.
>
> regards,
>
> KK Lee
>
>
>
--- End Message ---
--- Begin Message ---
Does the GD extention work with windows?
Thanx,
Kit
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
--- End Message ---