Mhm. Thanks i think i'll try this. But I doubt only this is enought for me.
Is there a way of running a script after trying this login procedure?
mod_ntlm will handle all the authentication for you transparently. By the time Apache gets to executing your script you are assured that the user has authenticated and you can get their username from the $_SERVER['REMOTE_USER'] variable.
-- Stuart
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php