Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LDAP join?

Status
Not open for further replies.

lronning

Programmer
Joined
Apr 21, 2005
Messages
1
Location
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top