From: Moshe W. <wei...@te...> - 2003-03-03 21:35:53
|
I was unable to get our Basic Auth to work on IIS, even using PHP as an ISAPI module. Knowing that other projects had solved this, I went hunting and grabbed some code from phpMyAdmin. So I've attached a new manage.php which works on IIS. It is a bit of a hack, but it demonstrates that this is plausible. I'm hoping that someone takes this example and submits a more elegant implementation for CVS consideration. Search for the string IIS to see what I've added. FYI, the file from phpMyAdmin which served as a model is at http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmyadmin/phpMyAdmin/libraries/auth/http.auth.lib.php3?rev=1.9&content-type=text/vnd.viewcvs-markup |