You can get the NT authentication, it will just be a little more painful than if you were running Apache.
Firstly, try the REMOTE_USER variable. That should have the authenticated user name (NT ACL's).
If that doesn't work, try the ALL_RAW variable. This will retrieve all of the raw HTTP headers. You'll see a string like this:
Authorization: Basic ...blah...
That's the "username:password" combo in base64. You just need to strip it and unbase64 it to get the full username and password.
Hope that helps. Dave
===========================================
http://badblue.com
Small footprint PHP web server for Windows,
File-sharing, mobile/wireless apps & more