Hey Phil -- > This question is way outside the scope of CGI::Application, but > someone here > might know. Does this method of combining native web server security with > user databases work on IIS? I've only seen authorization modules > for Apache.
I'm sure you could write your own COM-based system and implement this via ISAPI. However, I believe there are more straight-forward ways of doing this on IIS. AFAIK, IIS has built-in security hooks to NT's Active Directory system which implements users and groups. It makes sense to me that you would use NT's built-in security to implement users and groups (and ACL) based security. TTYL, -Jesse- --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
