Hello, Theodore Brinkman wrote: > > Sorry, I should have been clearer. Strictly speaking this is an IIS > question, not a PHP question, but I don't know where else to ask. > > We're using IIS, and the team lead has settled on windows domain > authentication for 'logging into' the system. This means that only IE can > be used unless I can figure out a way to get IIS to ask non-IE browsers to > authenticate themselves. The 'user and password' database is the windows > domain controller.
I never tried but if you are using IIS, I think the solution is simpler. All you need to do is to issue the right authentication headers and IIS will set the LOGON_USER variable with the user login. This page may help you: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref/html/psdk/asp/comp3hf8.asp Regards, Manuel Lemos -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]