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

Not grabbing all LDAP entries

Status
Not open for further replies.

asd78fg

Programmer
Oct 21, 2004
13
0
0
US
I have no LDAP experience but have been recently thrown to the wolves to develop an LDAP-enabled web application for my company using COM objects. While doing some early testing of LDAP connections & searches, I discovered that the application does not return all the attributes associated with an individual (searching the directory with a third-party LDAP browser shows them all). Does anyone know why this may happen? Each person in the directory has an associated unique identifying number which is used by both the (successful) LDAP browser and my (unsuccessful) LDAP client as the only search filter... yet they return different numbers of attributes.

To better clarify what I'm doing, I am far from the COM object stage and am merely writing a C++ console application to grab all the attributes associated with the person's unique id.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top