Oscarsen, Anders wrote on Wed, Nov 21, 2012 at 15:17:39 +0000: > Hi, > > I've noticed something I don't understand when handling > members of multiple groups with different permissions. > > With this authz file: > > #--------------------------------------- > [groups] > group0 = user1 > group1 = user1 > group2 = > > [/] > @group0 = r > > [/folder1] > @group1 = w
'w' is not a valid value --- fix that. (Until you do, the rule has undefined behaviour.)