Re: [PHP] Pass Windows credentials

2007-10-31 Thread Dan Shirah
The server variable AUTH_USER contains the windows login name. If I rememebr correctly, within IIS you need to have your website setup for windows authentication. Otherwise you will only be pull the Anonymous access name for your server. I haven't worked much on Linux, so I don't know if there is

RE: [PHP] Pass Windows credentials

2007-10-31 Thread Jay Blanchard
[snip] i'm trying to do an hard stuff. I want to create a PHP page where users can authenticate themselves passing their Windows (XP or 2000) logon credentials trasparently. So, if i've made logon on my workstation with "username" and "password" i want to catch them and reuse to give them acces

Re: [PHP] Pass Windows credentials

2007-10-31 Thread Daniel Brown
On 10/31/07, Simone Nanni <[EMAIL PROTECTED]> wrote: > Hi everybody, > i'm trying to do an hard stuff. > I want to create a PHP page where users can authenticate themselves passing > their Windows (XP or 2000) logon credentials trasparently. > So, if i've made logon on my workstation with "use

[PHP] Pass Windows credentials

2007-10-31 Thread Simone Nanni
Hi everybody, i'm trying to do an hard stuff. I want to create a PHP page where users can authenticate themselves passing their Windows (XP or 2000) logon credentials trasparently. So, if i've made logon on my workstation with "username" and "password" i want to catch them and reuse to give t