Repository Initialization: How to set deny and allow permission for groups
Hi Team
I have created two new groups using the below script. but unable assign permissions.
create group group1 with path /home/groups/project
add group1 to group dam-users
set properties on authorizable(group1)/profile
set givenName{String} to "Project Group1"
set aboutMe{String} to "The members of this group are allowed to create, updated and delete"
end
create group group2 with path /home/groups/project
add group2 to group dam-users
set properties on authorizable(group2)/profile
set givenName{String} to "Project Group2"
set aboutMe{String} to "The members of this group are read and replicate"
end
Group1 should create, edit and delete however they should not have right to replicate content under path /content/dam/project
Group2 should only read and replicate content under path /content/dam/project
Please help