Re: ability to restrict scope of require directive to a single module

2002-10-15 Thread Xavier MACHENAUD
Ooops! I wanted to say I was NOT using authoritative mode! In this case, I want to be able to restrict a require to only one auth module. Xavier john wrote: > > >-- Original Message -- > >Reply-To: [EMAIL PROTECTED] > >Date: Tue, 15 Oct 2002 18:27:18 +0200 > >Fro

ability to restrict scope of require directive to a single module

2002-10-15 Thread Xavier MACHENAUD
Hi, I'm facing the following problem : I'm using 2 auth modules in authoritative mode (if one fail, try the other one). I have one authorization check (using a require directive) for the first module and another one for the other module. My problem is that the second directive as a syntax that