Hi!
I need to get the user ids and names of all users within
a certain group. Right now I query for all the
unique members of a group. And then loop through that
attribute ("uniquemember") and do a search that returns
the appropriate user information for all the users.
So I'm first querying in ou=Groups,o=<domain.com>
and then in ou=People,o=<domain.com>
Is there a way to do a join so I don't need to do the
two separate queries. I haven't seen anything that provides
this. Or maybe there is a way for me to follow the
"uniquemember" reference since it is the distinguished name of a inetperson.
Thanks for any help.
-Lori
I need to get the user ids and names of all users within
a certain group. Right now I query for all the
unique members of a group. And then loop through that
attribute ("uniquemember") and do a search that returns
the appropriate user information for all the users.
So I'm first querying in ou=Groups,o=<domain.com>
and then in ou=People,o=<domain.com>
Is there a way to do a join so I don't need to do the
two separate queries. I haven't seen anything that provides
this. Or maybe there is a way for me to follow the
"uniquemember" reference since it is the distinguished name of a inetperson.
Thanks for any help.
-Lori