And the reason is .... :) AccessManager is always looking for most closely matching permission definition. And the each user by default has set permission to their own node to read-only (to make sure users don't delete themselves by accident). This permission is closer match then the general write access to the users workspace you granted to superuser. So you have few options: - use different user to export the superuser node - export whole /system node (the "write" permission is checked only on the exported node, for the children it is enough if they are read only)
HTH, Jan On Wed, 2010-01-13 at 09:58 +0700, Peter Flood wrote: > In adminCentral > tools > export I'm trying to export the user > superuser when logged in as superuser > > repo: users > base path: /system/superuser > > I get the error > 2010-01-13 09:54:11,604 ERROR > info.magnolia.cms.servlets.MVCServletHandlerImpl : can't call > command: exportxml > javax.servlet.ServletException: Write permission needed for export. > User not allowed to WRITE path [/system/superuser] > > However when I check the superuser role permissions it's set to Users, > Read/Write, Selected and sub nodes, /. > > Seems like I should have permission for what I'm trying to do. > > > > > > > > ______________________________________________________________________ > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
