<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I've a lot of file in a folder and I need to create a group for every
file to operate (write/publish) on it (one group only on one file).<br>
My first idea was to deny actions on parent group of my set of groups
over the container folder and, than, enable for each file the
permission for the owner group. I thought, wrongly, that using the flag
<i>overwriting inherited</i> will modify the denied permissions to
enabled where the group change the permissions from the parent ones. I
learned to my cost that the ACL login doesn't work in that way. The
enabled permissions are overwritten, the denied ones are added.<br>
I found on Dan Liliedahl' book <i>OpenCms 7 Development</i> that the
way to obtain the permission behavior that I need is to set enabled and
denied permissions for every group on every file. This solution is not
applicable for me because groups and files change continuously and are
too much to be managed in such a way.<br>
Have anyone of you an idea to solve my problem?<br>
Thanks in advance.<br>
<div class="moz-signature">-- <br>
<div><font color="#808080" size="2"><strong>Roberto Melino</strong><br>
</font></div>
<br>
</div>
</body>
</html>