Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I need to call the Active Directory People finder to search people from my webpage?
Is there a way in which I can do it programmatically?

I am able to get the details of the person if I know the identity, but my requirement is to allow admin to select a person from the AD and then get the details.

Any help / pointers will be great.

Thanks
Saurav
Posted
Comments
ZurdoDev 3-Apr-14 10:17am    
System.DirectoryServices is the namespace you'll want to use.

http://msdn.microsoft.com/en-us/library/vstudio/system.directoryservices
Saurav Jaiswal 4-Apr-14 9:50am    
With Directory service, I am able to get individual details, but I am unable to make a call to the people finder.

1 solution

Your either going to go directly to ActiveDirectory with your own code to find what you want, or if you want to use PeopleFinder for some reason you'll have to ask the people who wrote PeopleFinder to see what interface they exposed to applications to use, if any.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900