[Zope3-Users] Granting Roles - What am I missing?

David Johnson djohnson at jsatech.com
Sun Feb 19 14:43:30 EST 2006


> zope/app/rdb/configure.zcml says:
> 
>   <content class="zope.app.rdb.ZopeConnection">
>     <require
>         permission="zope.ManageContent"
>         interface="zope.app.rdb.interfaces.IZopeConnection"
>         />
>   </content>
> 
> which includes the cursor method/attribute - perhaps you need a similar
> configuration on your class or something like:
> 
>       <require
>         permission="zope.ManageContent"
>         attributes="cursor"
>         />
I tried, but I continue to get the same error. I guess the question is, why
doesn't granting the "zope.ManageContent" permission to my principal solve
this problem in either case? 



More information about the Zope3-users mailing list