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 Andrzejek on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help with search for same entry

Status
Not open for further replies.

Nostradamus

Technical User
May 3, 2000
419
SE
I have a rather simple question.

I have an old DAP-server with and LDAP-interface for full LDAP functionallity.

I want to search all users (objectclass=inetorgperson) that has the same user-id (uid).

How do I do that using a simple ldap filter/search?

If I have to script it TCL och perl would be preferrable since the dirxengine uses TCL and I have perl to do some other more advanced ldap searches.

thanks in advance.

/Sören
 
You can't. LDAP does not provide any "group by" feature. You can still check if your LDAP directory supports any control for this kind of operation. I doubt, haven't seen any so far.

Regards
Ashwin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top