Expand my Community achievements bar.

SOLVED

ACL & cUrl

Avatar

Level 2

is there a way to somehow control ACL on 5.5 SP2 using cUrl? With the builtin functionalities it's close to imposisble to maintain rights for 80 groups and 300 authors. I'd like to set read, modify, create, delete, read acl, edit acl and replicate rights for LDAP groups in a convenient way. Anyone a good solution or interested in a common development?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi,

First I want to state, that it is of course possible to manage that amount of users and groups. If you the setup right, you should only have a very small number of ACLs per group. And as stated in the docs, do not assign ACLs to users.

Regarding your questions: [1] seems to be the page you are looking for.

kind regards,
Jörg

[1] http://sling.apache.org/documentation/bundles/managing-permissions-jackrabbit-accessmanager.html

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Hi,

First I want to state, that it is of course possible to manage that amount of users and groups. If you the setup right, you should only have a very small number of ACLs per group. And as stated in the docs, do not assign ACLs to users.

Regarding your questions: [1] seems to be the page you are looking for.

kind regards,
Jörg

[1] http://sling.apache.org/documentation/bundles/managing-permissions-jackrabbit-accessmanager.html

Avatar

Level 10

We can control the ACLs using cURL (Refer [1]) or we can write a custom servlet aswell using 'AccessControlUtil' API

[1] http://stackoverflow.com/questions/24919675/cq5-aem-change-permissions-on-groups-with-curl