Hi > my system is Win2k, IIS5, php4.06 as CGI. I have windows > authentification turned on on certain subdirs on a intranet, formerly > known as "nt challenge"(?). How can I get the authenticated user into > php? Without extra questioning of course...
You should have the variable $AUTH_USER available in the global scope which identifies the current user. You can check this by running phpinfo(); in one of the directories where you have windows auth turned on. HIH Christoph -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php