[Zope-CMF] No permission file!

Jean Jordaan jean at upfrontsystems.co.za
Thu Oct 27 04:28:59 EDT 2005


As long as you can access its parent, you should be able to
delete it. E.g. (untested):

$ ./bin/zopectl debug
 >>> from AccessControl.SecurityManagement import newSecurityManager
 >>> user = app.somefolder.acl_users.getUser('somemanageruser')
 >>> newSecurityManager(None, user)
 >>> app.somefolder.manage_delObjects(['somemanagerobject'])

-- 
Jean Jordaan
http://www.upfrontsystems.co.za


More information about the Zope-CMF mailing list