<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 09/18/2012 02:27 PM, James James
      wrote:<br>
    </div>
    <blockquote
cite="mid:CALBJVVnaZSh18s0hMm6p4UG0V_ZP=zWY8fO1Zz4aYGKTqeNjSQ@mail.gmail.com"
      type="cite">Hi everybody,<br>
      <br>
      can somebody help me with the memberof plugin ? Is there a way to
      add the memberof attribute like it was in 389-ds ?<br>
      For my mailing list program, I want to have the email of the
      emails of all the person belongings to a group. Is there a filter
      to do that ?<br>
      <br>
      Thanks.<br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Freeipa-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Freeipa-users@redhat.com">Freeipa-users@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/freeipa-users">https://www.redhat.com/mailman/listinfo/freeipa-users</a></pre>
    </blockquote>
    <br>
    Hi,<br>
    <br>
    This works for me:<br>
    <br>
    ldapsearch -Y GSSAPI
    memberof=cn=ipausers,cn=groups,cn=accounts,dc=example,dc=com mail<br>
    <br>
    <br>
    <br>
    Regards,<br>
    Siggi<br>
    <br>
  </body>
</html>