create package for system user along with permissions in AEM 6.2 | Community
Skip to main content
Level 2
October 31, 2017
Solved

create package for system user along with permissions in AEM 6.2

  • October 31, 2017
  • 4 replies
  • 3550 views

I have created a system user as readuser and gave read permissions on content folder.

I was trying to create a package of the users along with permissions through ACLs.

I just want that particular user's permissions but all the user's permissions are coming in the package.

How can I create a package so that only the permissions of that particular system user are coming?

Thanks.

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 manoj_devapath

generally permissions for any user is saved under /home/users

when creating package for your use case make sure you select correct nodes and exclude there /rep:policy

Pls find sample screen shot

4 replies

smacdonald2008
Level 10
October 31, 2017

When you select AEM users in a package- you should also get permissions for those users. Here is a good community article that explains: Copy Users, Groups, Permissions (ACLs) between Adobe CQ Instances - Software Development, Product to Market 

ranjnaAuthor
Level 2
November 1, 2017

Hi,

I need to create package only for specific set of users and not for all users present in environment.

When i try to create a ACLPackager for suppose /content it creates package with rep policy for all other users as well.

I want it to be user specific.

eg: I have 5 users A, B, C, D and E.

i want to copy permissions only for A and B.

Currently the rep policy package getting created has allow and deny nodes for other users as well.

smacdonald2008
Level 10
November 1, 2017

See this project - ACL Packager

manoj_devapath
manoj_devapathAccepted solution
Level 5
November 1, 2017

generally permissions for any user is saved under /home/users

when creating package for your use case make sure you select correct nodes and exclude there /rep:policy

Pls find sample screen shot