Thanks for your answer. <br>In my group I have to users but when I use this command :<br><br> $ ldapsearch -Y GSSAPI -b 'cn=users,cn=accounts,dc=example,dc=com' '(memberOf=cn=mygroup,cn=groups,cn=accounts,dc=example,dc=com)' mail<br>
<br>the result is: <br><br># search result<br>search: 2<br>result: 0 Success<br><br>How can I check my memberOf plugin ?<br><br><br><div class="gmail_quote">2012/9/18 Rob Crittenden <span dir="ltr"><<a href="mailto:rcritten@redhat.com" target="_blank">rcritten@redhat.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">James James wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi everybody,<br>
<br>
can somebody help me with the memberof plugin ? Is there a way to add<br>
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<br>
all the person belongings to a group. Is there a filter to do that ?<br>
</blockquote>
<br></div></div>
To find all e-mail address of users in group "mygroup" use:<br>
<br>
$ ldapsearch -Y GSSAPI -b 'cn=users,cn=accounts,dc=<u></u>example,dc=com' '(memberOf=cn=mygroup,cn=<u></u>groups,cn=accounts,dc=example,<u></u>dc=com)' mail<br>
<br>
This will include nested users who are in groups that are members of mygroup.<span class="HOEnZb"><font color="#888888"><br>
<br>
rob<br>
</font></span></blockquote></div><br>