Re: Capturing Windows Login Name
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Sat, 02 Feb 2008 22:17:44 -0500
Manuel Lemos wrote:
Hello,
on 02/02/2008 07:25 AM K. A. said the following:I know it is not possible to get Windows login name using PHP because
it is a server-side script, but I dunno whether anyone has tried using
This is not accurate, the Windows logon name is passed to servers by
several browsers (not just IE) when servers ask for Windows NTLM
authentication.
You just need to configure your Web server to require Windows
authentication, and you get the current logged user logon name using
GetEnv('LOGON_USER'); .
Forget Javascript, it would never work.
And which browsers are these? I want to ensure they are never installed on my system. Such operation would be a tremendous breach of security.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- Follow-Ups:
- Re: Capturing Windows Login Name
- From: Manuel Lemos
- Re: Capturing Windows Login Name
- References:
- Capturing Windows Login Name
- From: K. A.
- Re: Capturing Windows Login Name
- From: Manuel Lemos
- Capturing Windows Login Name
- Prev by Date: Re: Check if user's connection is still open
- Next by Date: Re: Random HTML snippets with PHP include?
- Previous by thread: Re: Capturing Windows Login Name
- Next by thread: Re: Capturing Windows Login Name
- Index(es):
Relevant Pages
|