[Zope] how to set security settings to do this...?

Small Business Services toolkit at magma.ca
Sat Mar 20 07:56:14 EST 2004


From: "ruiheng fine" <hitheat at hotmail.com>
>      I am a zope newbie. This question may be stupid: Can I set up zope so
> that some of the objects(like SQLMethod, Page Template) cannot visit
> directly on the web, but they can be called by other public visitable
> objects(such as a script object)?
>
>    I try to use proxy role, but failed. Is it just my mistake?

You should be able to do it using proxy roles:

1) set the proxy role of the script to 'Authenticated'
2) set the 'View' security setting for the target object to 'Authenicated'

This should get you what you want.

HTH

Jonathan




More information about the Zope mailing list