Re: [Zope-dev] "dynamic permissions" in zope

2001-01-03 Thread Dieter Maurer
Heinz-Josef Claes writes: > dynamic permissions It is not Zope's normal behaviour. Of cause, you could plug in a new UserFolder that implements the features you require (someone else recommended "LoginManager"). On the other hand, Zope is flexible enough to let you approximate the des

Re: [Zope-dev] "dynamic permissions" in zope

2001-01-02 Thread Tres Seaver
Steve Alexander <[EMAIL PROTECTED]> wrote: > Steve Alexander wrote: > > > > > I believe the latest LoginManager allows you to specify what roles a > > user has, and compute these each request, based on the details of the > > request. > > > > This is probably more useful than having dynamically c

Re: [Zope-dev] "dynamic permissions" in zope

2001-01-02 Thread Steve Alexander
Steve Alexander wrote: > > I believe the latest LoginManager allows you to specify what roles a > user has, and compute these each request, based on the details of the > request. > > This is probably more useful than having dynamically computed > permissions; While I can see how a user's role

Re: [Zope-dev] "dynamic permissions" in zope

2001-01-02 Thread Steve Alexander
Heinz-Josef Claes wrote: > > Our requrements are a permissioning system which depends on a matrix: > There are two independend qualities which describe, if a user is allowed > to see a document. This can be displayed in a matrix. Only if *both* > qualities match, the user is allowed to see it. >