> > Is there a way to do something like this in .htaccess or do I need to make > > another mod to AuthDBI? > Not that I know of. > > The closest thing I can think of is: (I'll bet you read it already) > http://httpd.apache.org/docs-2.0/howto/auth.html > > but that won't do it.
:-) Already read that but I can probably add this as a feature to Apache AuthDBI. Something like AutoLogin or AllowIntranet or something with an IP range that will be matched for and then "meet" the required valid-user requirement. Shouldn't be that hard. What's the best way to get the most current devel code of ApacheDBI? I've been losing track of patches but saw it was up on CPAN now. > Just FYI, if you have root, you'll want to these things inside a > <Directory> container in the main httpd.conf or vhost.conf file for > performance reasons instead of in .htaccess. Thanks. I know. I even still use the XbitHack too which I should disable as I rarely ever use SSI. Regards, KAM