<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000066">
    Well, you do not need ACLs for that, just 'chmod g+s
    <directory>' will do.<br>
    But in general, I agree, this is insane requirement as nobody would
    ever think of it in Windows. Not happy w/ a traditional Unix
    permissions? Go for ACLs.<br>
    The only pity is that the current Posix-draft hack widely used on
    all Linuxes is a mess and Rich-acl support is still nowhere in sight
    :-(<br>
    <br>
    Ondrej <br>
    <br>
    On 10/26/2012 09:07 AM, Natxo Asenjo wrote:
    <blockquote
cite="mid:CAHBEJzVb2CkdMdMx-5y9L8rVbBmet48W0xapRJpxr-L8MHBmxw@mail.gmail.com"
      type="cite">
      <pre wrap="">On Thu, Oct 25, 2012 at 9:11 PM, KodaK <a class="moz-txt-link-rfc2396E" href="mailto:sakodak@gmail.com"><sakodak@gmail.com></a> wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">We have many different development groups, but people can be members
of multiple groups.  For collaboration, they'd like it when creating a
file to have that file have a group ownership of "foo" on machine-A,
but "bar" on machine-B.  I'd like to help the end users do this
themselves so that I don't have to maintain separate files on each
machine (one of the reasons I put in IPA in the first place. :) )
</pre>
      </blockquote>
      <pre wrap="">
I think what you need are filesystem acls. With acls you can specify
that new files in a dir structure will have predefined default groups
so all members of that particular group will be able to modify the
files.

</pre>
    </blockquote>
  </body>
</html>