[Zope] NUXUserGroups Zope security
Chris Withers
chrisw@nipltd.com
Mon, 15 Jul 2002 22:38:44 +0100
Sion Morris wrote:
>
> This is what I'm attempting to use here:
>
> group=context.acl_users.getGroupById('OMT') #where 'OMT' is the name of
> the group.
> users = group.getUsers()
> return users
>
> except an error is raised: "Error Value: You are not allowed to access
> getUsers in this context"!
Does the person executing this script have the 'Manage Users' permission? If
not, have you tried giving the script a proxy role which has this permission?
cheers,
Chris