To: [EMAIL PROTECTED]
> Subject: Re: [PHP] Capturing Windows Login Details
>
>
> Jonathan Wilkes <[EMAIL PROTECTED]> wrote:
> > Why would you want to do this ?
> >
> >
> >
> > -Original Message-
> > From: Gary Ogilvie [mai
Jonathan Wilkes <[EMAIL PROTECTED]> wrote:
> Why would you want to do this ?
>
>
>
> -Original Message-
> From: Gary Ogilvie [mailto:[EMAIL PROTECTED]
> Sent: 11 July 2003 13:35
> To: [EMAIL PROTECTED]
> Subject: [PHP] Capturing Windows Login Details
>
>
> Hi All,
>
> I need to captur
Why would you want to do this ?
-Original Message-
From: Gary Ogilvie [mailto:[EMAIL PROTECTED]
Sent: 11 July 2003 13:35
To: [EMAIL PROTECTED]
Subject: [PHP] Capturing Windows Login Details
Hi All,
I need to capture the username and password used to login to Windows
2000/XP with PHP.
Indeed that works thank you very much :)
-Original Message-
From: CPT John W. Holmes [mailto:[EMAIL PROTECTED]
Sent: 11 July 2003 15:50
To: Gary Ogilvie; [EMAIL PROTECTED]
Subject: Re: [PHP] Capturing Windows Login Details
> Well here is some more information so you can understand w
> Well here is some more information so you can understand what I am
> trying to do:
>
> I need to display their username in html/php document. This document has
> a form which they fill out. It is to stop people changing who they are
> when they fill out the form (for example joe bloggs filling ou
Well here is some more information so you can understand what I am
trying to do:
I need to display their username in html/php document. This document has
a form which they fill out. It is to stop people changing who they are
when they fill out the form (for example joe bloggs filling out a
timeshe
CPT John W. Holmes wrote:
CPT John W. Holmes wrote:
You can get the username, that's it.
$_SESSION['LOGON_USER']
Don't you mean $_SERVER['LOGON_USER']?
Yeah :) See what I get for giving up caffeine...
---John Holmes...
Ughwhy torture yourself?!?!?!
--
PHP General Mailing List (http://ww
I have found out that all I actually need is the username. That is all -
either the windows login username or the firewall username. How do I
grab either?
Gary
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> Everything I try I get "undefined index" what does this mean? It is
> vital also that I can grab the user and the pass before somebody can
> access a certain part of the website, like the authentication dialogs
> that appear in Internet Explorer.
Like Lief said, it's $_SERVER['LOGON_USER']...
T
> CPT John W. Holmes wrote:
>
> >You can get the username, that's it.
> >
> >$_SESSION['LOGON_USER']
> >
> Don't you mean $_SERVER['LOGON_USER']?
Yeah :) See what I get for giving up caffeine...
---John Holmes...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://w
If it is REALY needed ask the user. You might want to search for NTLM
authentication.
Gary Ogilvie wrote:
OK - is there any other way of grabbing both the username and password
from somewhere else? For example the login details used to login onto
the Intranet through the firewall, or IIS?
Thanks
Leif K-Brooks wrote:
CPT John W. Holmes wrote:
You can get the username, that's it.
$_SESSION['LOGON_USER']
Don't you mean $_SERVER['LOGON_USER']?
I have no variable for either, and I'm authenticated thru a NT domain.
We were doing this at the last place I worked for. Users had to logon
to t
Everything I try I get "undefined index" what does this mean? It is
vital also that I can grab the user and the pass before somebody can
access a certain part of the website, like the authentication dialogs
that appear in Internet Explorer.
Gazza
--
PHP General Mailing List (http://www.php.net/
CPT John W. Holmes wrote:
You can get the username, that's it.
$_SESSION['LOGON_USER']
Don't you mean $_SERVER['LOGON_USER']?
--
The above message is encrypted with double rot13 encoding. Any unauthorized attempt
to decrypt it will be prosecuted to the full extent of the law.
--
PHP General
:36
To: Gary Ogilvie; [EMAIL PROTECTED]
Subject: Re: [PHP] Capturing Windows Login Details
> I need to capture the username and password used to login to Windows
> 2000/XP with PHP. Does anybody know how to do this?
You can get the username, that's it.
$_SESSION['LOGON_USER
> I need to capture the username and password used to login to Windows
> 2000/XP with PHP. Does anybody know how to do this?
You can get the username, that's it.
$_SESSION['LOGON_USER']
---John Holmes...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.ne
16 matches
Mail list logo