http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B324274

Here's a link that talks about how to do it in IIS for Windows Server
2003.  It's for when you're logging into a domain though, are you doing
that with all those different platforms? The client accessing the web
server has to be logged into the domain for it to function.  There might
be something similar you can do if you're running a web server on a unix
system and you're logged into another unix system.   And if your web
server is on a unix system, but your client is a Windows box with a
domain authenticated user, you can probably still access the LOGON_USER
variable.

-TG

> -----Original Message-----
> From: Mulley, Nikhil [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, October 12, 2004 1:02 AM
> To: Gryffyn, Trevor; [EMAIL PROTECTED]
> Cc: John Holmes; Mulley, Nikhil
> Subject: RE: [PHP] Is there any way of knowing User Currently 
> Logged On?
> 
> 
> How do I turn on the Integrated Authentication turned on.
> 
> 
> Ours is a mixed heterogenous network which has 
> Windows,Linux,Solaris,BSD Lindows,Linspire and many other OS 
> all together,So How Do I?
> 
> -----Original Message-----
> From: Gryffyn, Trevor [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 12, 2004 1:07 AM
> To: [EMAIL PROTECTED]
> Cc: John Holmes; Mulley, Nikhil
> Subject: RE: [PHP] Is there any way of knowing User Currently 
> Logged On?
> 
> 
> It does and Windows Integrated Authentication has to be turned on (and
> Anonymous access turned off).
> 
> I just got my company to configure that so my PHP scripts 
> could grab the
> authenticated user for logging purposes.
> 
> -TG
> 
> > -----Original Message-----
> > From: John Holmes [mailto:[EMAIL PROTECTED] 
> > Sent: Monday, October 11, 2004 2:49 PM
> > To: Mulley, Nikhil
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: [PHP] Is there any way of knowing User Currently 
> > Logged On?
> > 
> > 
> > Mulley, Nikhil wrote:
> > 
> > > Is there any way of finding the current user logged on the 
> > remote system
> > 
> > You can try $_SERVER['LOGON_USER'], but I think the 
> "remote" computer 
> > has to be in the same domain as the server...
> > 
> > -- 
> > 
> > ---John Holmes...
> > 
> > Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
> > 
> > php|architect: The Magazine for PHP Professionals - www.phparch.com
> > 
> > -- 
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> > 
> > 
> 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to