> > groupA = fred > > groupB = fred, jane > > > > [myRepo:/] > > @groupA = rw > > @groupB = r > > > > Is fred's access to myRepo:/ 'rw' or 'r'? > > The user always gets the union of all rights given her by a rule; in other > words, the maximum access rights defined in any entry in a rule.
Thanks for your answer. So, to be absolutely clear, fred's access is 'rw'? David