[Zope] secure area?
Bill Anderson
bill@libc.org
Fri, 02 Jun 2000 19:11:11 -0600
michael angelo ruberto wrote:
>
> hi,
>
> i need some help with permissions again. is there a way to make a subfolder
> secure from people with manager roles in the parent folder? i've tried
> different settings but nothing locks them out. thanks.
<kludge type=hypothetical>
You might be able to duplicate their username in an scl_users folder in
the 'secure' directory, and give them a random password. The local
acl_users would take priority, thus locking them out unless they know
the (randomly generated, hard-to-crack) password.
</kludge>
It may or may not work, but i believe it will, having accidentally shot
myself in the foot before doing something simliar.