Page 1 of 1

windows authentication with php

Posted: Tue Jan 16, 2007 10:26 pm
by GeXus
Does anyone know anything about using windows authentication with php? The script will be hosted on a differnet network entirely, i dont know if this is posible or not.

Posted: Tue Jan 16, 2007 11:08 pm
by aaronhall
"windows authentication" is a little ambiguous -- HTTP auth on windows server? Windows's native user management? The latter, nay (unless you want to parse the registry in PHP*).

*Bad idea