AEM 6.1 | Publish System User & Permission | Community
Skip to main content
Level 2
May 30, 2016
Solved

AEM 6.1 | Publish System User & Permission

  • May 30, 2016
  • 2 replies
  • 2657 views

Dear AEM Community,

In AEM 6.1 we need to access to ResourceResolver in OSGi Services so we need to create system user but i dont know how we can publish the system user & permission from author to publish.

 

Thanks,

Thuong.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ogill

Hi,

typically you don't have the same users in the author system as you would have on the publish instance. Also, the ACL's are very different for content authors and users on the publish system.

Replication is possible for groups and users, but because of the above, it's not really used that much. In your case I'd suggest: Create system user on localhost using crx explorer, Import into maven project, then deploy to other instances.

Regards,

Opkar

2 replies

smacdonald2008
Level 10
May 30, 2016

Here is a community artilce that talks about how to move users and permissions from one CQ instance to another. 

http://www.hsufengko.com/home/copy-users-groups-permissions-acls-between-adobe-cq-instances

Hope this helps. 

ogillAdobe EmployeeAccepted solution
Adobe Employee
May 30, 2016

Hi,

typically you don't have the same users in the author system as you would have on the publish instance. Also, the ACL's are very different for content authors and users on the publish system.

Replication is possible for groups and users, but because of the above, it's not really used that much. In your case I'd suggest: Create system user on localhost using crx explorer, Import into maven project, then deploy to other instances.

Regards,

Opkar