<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 09/09/2014 10:41 PM, Jakub Hrozek
      wrote:<br>
    </div>
    <blockquote cite="mid:20140909204149.GM19827@hendrix.brq.redhat.com"
      type="cite">
      <pre wrap="">Hi,

the attached patch enables cross-domain group lookups.

Even though AD trusts often work with POSIX attributes which are
normally not replicated to GC, our group lookups are smart since commit
008e1ee835602023891ac45408483d87f41e4d5c and look up the group itself using
the LDAP connection and only use the GC connection to look up the members.

I tested the patch with trusts that use ID-mapping, there the
cross-domain memberships are resolved fine. 

For setups that use POSIX mapping, only the members from the domain that
the group belongs to is visible -- that is because the AD back end
currently tests if POSIX attributes are in use and if they are, GC
support is completely disabled. Perhaps this is something to work on in
1.13 when we refactor the group membership, but for now I'd like to keep
the patch (and associated risk) minimal.
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
sssd-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sssd-devel@lists.fedorahosted.org">sssd-devel@lists.fedorahosted.org</a>
<a class="moz-txt-link-freetext" href="https://lists.fedorahosted.org/mailman/listinfo/sssd-devel">https://lists.fedorahosted.org/mailman/listinfo/sssd-devel</a>
</pre>
    </blockquote>
    ACK<br>
  </body>
</html>