According to Atipat Rojnuckarin:
> Hi,
> 
> I think mod_rewrite (URI Translation) get called
> before Apache::AuthenDBI/AuthzDBI, so mod_rewrite has
> no way of knowing which group a user belongs to. 
> You'll probably need to write your own customized
> handler(s) to do what you want.

Mod_rewrite actually gets called twice.  Once where you
expect the uri->filename translation and later where it 
can try again after the fact.  If you put rules in the .htaccess
file they only have the 2nd chance and should be run after
authorization.  Since AuthzDBI exports the REMOTE_GROUP,
you might have access to this for some black magic in
the rewrite. 

  Les Mikesell
   [EMAIL PROTECTED]

Reply via email to