I\'m working on an intranet web application in PHP. Im trying to use Windows NT login credentials to logon to the application. The trouble im having here is how do i get the rem
You have to send the NTLM-Authenticate headers first. After that, there should be the right user in the $_SERVER-Vars
header('WWW-Authenticate: NTLM'); echo $_SERVER['AUTH_USER'];
AFAIK this only works in InternetExporer - browsers