[Zope] Can Role include an other Role?
Chris Withers
chrisw@nipltd.com
Thu, 17 Jan 2002 10:39:32 +0000
You can't.
Zope doesn't have groups, Roles are not groups.
This is a pain in the butt ;-)
cheers,
Chris
zopestoller@thomas-guettler.de wrote:
>
> I have three groups of users: A, B, C.
>
> C should have all permissions that A und B have. How can I do this?
>
> Example:
>
> +All members of A are allowed to delete files in "foo",
> B member are not allowed --> C member are allowed
>
> If A, B, C would be users it would be no problem. But they are groups
>
> I read the the security chapter of the zope book on:
> http://www.zope.org/Members/michel/ZB/Security.dtml
> But I couldn't find a solution to that.
>
> Platform: Zope 2.4.3 on W2K
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )