[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Different behavior in authz

From: Dcma Tsai -½²©s¨j <Dcma.Tsai_at_zyxel.com.tw>
Date: 2007-10-31 11:26:47 CET

Dear All
I use mod_authz to perform access control.
In my situation, the repository has following directory layout
[Repos]
    /
      |---Dir1
      |---Dir2
 
Case 1:
I set the authz configuration file as following:
 
[Repos:/Dir1]
userA = r
*=
 
userA can read directory Dir1 and other users can't.
This means authz applies rule of userA first, then default policy rule.
 
Case 2:
I set the authz configuration file as following:
 
[Repos:/Dir1]
userA =
*=r
 
All user including userA can read directory Dir1.
This means authz applies default policy rule for userA instead of the rule for userA.
 
The behavior of authz is different, is this a bug or a normal case??
 
Best regards
Dylan
Received on Wed Oct 31 11:27:02 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.