I want to create a new group that has the following access
I tried the thing below and it works except for no.4. Any thoughts how it can be done?
(done using /useradmin)
- path: /content/mysite
type: allow
permissions: read,modify,create,acl_read,acl_edit,replicate
--------
(done inside CRX/DE)
- path: /content/mysite/en
type: deny
privileges: jcr:all
repGlob: ""
- path: /content/mysite/en
type: deny
privileges: jcr:all
repGlob: /jcr:*
- path: /content/mysite/en
type: allow
privileges: jcr:read
repGlob: ""
- path: /content/mysite/en
type: allow
privileges: jcr:read
repGlob: /jcr:*
Solved! Go to Solution.
Views
Replies
Total Likes
In the 2nd point, you gave read only access to the group for "/content/mysite/en" and in 4th point you are trying to create pages under the same path which is contradictory.
Thanks,
Kiran Vedantam.
In the 2nd point, you gave read only access to the group for "/content/mysite/en" and in 4th point you are trying to create pages under the same path which is contradictory.
Thanks,
Kiran Vedantam.
As @Kiran_Vedantam pointed, there is a conflict so that step 4 will not work.
In case if you want to restrict access at /en level for few members, then you can have different group where you can restrict access at /en and add respective members to the group.
Thanks
Views
Likes
Replies
Views
Likes
Replies