Re: [Zope] fine grained, dynamic permissions based on attribute values

2005-10-21 Thread Robert Boyd
On 10/18/05, Chris Crownhart <[EMAIL PROTECTED]> wrote: > Good day, > > I am wondering if/how I could control the permissions on an object based > on the value of an attribute. > > So, as an example, I have multiple users, and multiple values for the > category field. I would like User A to access

Re: [Zope] fine grained, dynamic permissions based on attribute values

2005-10-18 Thread Mark Gibson
On Tue, 2005-10-18 at 11:05, Chris Crownhart wrote: > Good day, > > I am wondering if/how I could control the permissions on an object based > on the value of an attribute. I am using CMF, and thus portal_catalog, > and have built a custom content type. My type has a category field. I > woul

[Zope] fine grained, dynamic permissions based on attribute values

2005-10-18 Thread Chris Crownhart
Good day, I am wondering if/how I could control the permissions on an object based on the value of an attribute. I am using CMF, and thus portal_catalog, and have built a custom content type. My type has a category field. I would like to control the view permission of the object dynamically