-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Paul Winkler Sent: Wednesday, November 20, 2002 10:09 AM To: zope@zope.org Subject: Re: [Zope] Zsyncer to Zuploader
On Wed, Nov 20, 2002 at 10:05:17AM -0800, Charlie Reiman wrote:
If this is the case, a better approach might be to create a restricted zsyncer that only creates objects from a pre-specified list of types. This is not just a bit of hackery as it is a philosophical shift for zsyncer: away from an admin-only mirroring tool and toward a user development tool. You would have to make other changes as well (such as removing the logfile pathname from the UI).
Well, you can already disable logging and restrict the syncable types in the ZSyncer admin interface. It would just be a matter of only allowing certain roles to change those properties.
I imagine it might be that restricting types and such can't be manifested in the ZMI, since FZ users are admins in their little fiefdoms. They could add a zsyncer and change it's type restriction on their own. At this point I'm just talking without solid knowledge so I'll just shut up. I'd have to renew my freezope account to play with this anyway and I just don't have the time.