The good news is that I'll soon be able to move the bulk of my stuff away
from NT (hurray!), but I am left with the following problem.

I need to build a system which handles user authentication via a mysql
database - the authentication to be done at the authentication headers level
rather than cookies or any special variables being passed around. However,
the system has to run for some weeks on NT, and since the authentication
headers have been dealt with before php.exe gets a look in, I'm a bit
stumped.

What I could do with is an ISAPI filter (nothing at all to do with PHP)
which does authentication against a MySQL, or more likely, an ODBC data
source. That would allow me to build an interim solution, with minimal
tweaks when I move away from NT. Has anyone come across anything which might
fit the bill?

Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org




-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to