If you want to authenticate a person, you can do the following:
if (!isset($REMOTE_USER)) {
header("status 401 unauthorized");
} else {
// verify password here!
}
but this won't get you NT account validation. If you're on Win2K and need to authenticate against NT accounts, why not use IIS instead of Apache?
Dave
===========================================
http://badblue.com
Small footprint P2P web server for Windows,
File-sharing, PHP, wireless apps & more