Hi,
I have a relatively simple requirement regarding how to secure my documents:
- Members of group A have READ permission
- Members of group B have READ permission
- Members of both group A and B have WRITE permission
Somehow, I would need to be able to AND the 2 groups in an Access Control Entry and assign the WRITE permission. My problem is how to manage this intersection of groups A and B in an ACL. With standard Content Server, you would have to create a manage an extra group reprensenting the intersection of A and B. I thought that TCS and mandatory ACLs would allow me to do this without any extra groups but that doesn't seem to be the case. Neither required groups nor access restriction are of any use, the was I see it. Since I have dozens of groups, and hence hundreds of intersections, it's not practical to manage group intersections on my own.
Any ideas?