An Improved LDAP Web Service
Posted on October 17th, 2008
Is your first time on TechnoSNACK? Subscribe our feeds!
I have updated my LDAP Web Service code at CodePlex.com to add an additional peice of functionality.
When I did the Active Directory Management Web Part, I had the need to be able to search for people in Active Directory based on a property and value.
I have added this functionality to the LDAP Web Service.
This search is unique in that it will bring back a recursive results set. In other words, if I search for "Thomas Holland", I am going to get back Thomas Holland and Thomas Holland's manager as well as that manager's manager and all the way up to the top of the organization.
...
[Read more →]
When I did the Active Directory Management Web Part, I had the need to be able to search for people in Active Directory based on a property and value.
I have added this functionality to the LDAP Web Service.
This search is unique in that it will bring back a recursive results set. In other words, if I search for "Thomas Holland", I am going to get back Thomas Holland and Thomas Holland's manager as well as that manager's manager and all the way up to the top of the organization.
...
[Read more →]


Discussion Area - Leave a Comment