17 May
2000
17 May
'00
7:50 a.m.
Brian Lloyd wrote:
This release contains the new changes to the Zope security model to protect against the server-side trojan issue:
http://www.zope.org/Members/jim/ZopeSecurity/ServerSideTrojan
Hmm. Let's say an object is owned by user Joe. I export the object and reimport it in a different Zope installation, where Joe doesn't exist. Who owns the object? nobody?
No - you do :) Importing is the moral equivalent of "creating" the object. Whenever you create, copy, cut & paste or import you will get ownership of the resulting new object.
Any possibility for UNIX's su functionality (or BECOME USER in SQL) ------- Hannu