James James wrote:
Oups in the first message I should write :
I want to have the email of the emails of all the person belonging to a
group.
and not
I want to have the email of the emails of all the person belongingS to a
group.
:0)
I'd pick a user you know is in the group and start there:
ldapsearch -Y GSSAPI -b 'cn=users,cn=accounts,dc=example,dc=com'
uid=someuser memberof
Confirm that there is a memberof for that user.
This is all pre-configured, there shouldn't be the need to do anything.
rob
2012/9/18 James James <[email protected] <mailto:[email protected]>>
Thanks for your answer.
In my group I have to users but when I use this command :
$ ldapsearch -Y GSSAPI -b 'cn=users,cn=accounts,dc=example,dc=com'
'(memberOf=cn=mygroup,cn=groups,cn=accounts,dc=example,dc=com)' mail
the result is:
# search result
search: 2
result: 0 Success
How can I check my memberOf plugin ?
2012/9/18 Rob Crittenden <[email protected]
<mailto:[email protected]>>
James James wrote:
Hi everybody,
can somebody help me with the memberof plugin ? Is there a
way to add
the memberof attribute like it was in 389-ds ?
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 ?
To find all e-mail address of users in group "mygroup" use:
$ ldapsearch -Y GSSAPI -b
'cn=users,cn=accounts,dc=__example,dc=com'
'(memberOf=cn=mygroup,cn=__groups,cn=accounts,dc=example,__dc=com)'
mail
This will include nested users who are in groups that are
members of mygroup.
rob
_______________________________________________
Freeipa-users mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/freeipa-users