Hi Team
I want to disable create folder permission to certain user groups using repository initialization scripts.
Kindly help me.
Thanks in adanvce.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Prashardan please try:
create group repo_group
set properties on authorizable (repo_group)/profile
set givenName to "Repo Group"
end
create path /home/groups/re/repo_group
rep:policy
+denyCreateFolder (rep:denyACE)
-rep:principalName = repo_group
-rep:privileges = jcr:addChildNodes
end
Make sure you have the following resolved:
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/repository-initialization-...
Hi @Prashardan please try:
create group repo_group
set properties on authorizable (repo_group)/profile
set givenName to "Repo Group"
end
create path /home/groups/re/repo_group
rep:policy
+denyCreateFolder (rep:denyACE)
-rep:principalName = repo_group
-rep:privileges = jcr:addChildNodes
end
Make sure you have the following resolved:
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/repository-initialization-...
Thanks for your reply.
I want to deny only create folder options however other options of create should be available. (create tags, live copy, content fragments)
Views
Replies
Total Likes
Views
Likes
Replies