in Search
     
Latest post 12-21-2006 10:12 PM by Dwarvend. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 12-21-2006 4:53 PM

    LDAP and C#

    I've been searching the net regarding accessing my LDAP server
    through C# but I found too many articles bout it and too many ways
    to do it, can anyone point me to the right direction for a good reference

    many tnx and merry xmas to all..

    Dwarvend's Review

    • Post Points: 20
  • 12-21-2006 5:16 PM In reply to

    • cruizer
    • Top 10 Contributor
    • Joined on 12-13-2005
    • Singapore
    • Posts 944
    • Points 22,590

    Re: LDAP and C#

    what helped me was to have the LDAP Browser tool (Java-based GUI app). this allowed me to explore the LDAP tree on both an OpenLDAP server and an Active Directory server. then I used the classes in the System.DirectoryServices namespace, particularly the DirectoryEntry and DirectorySearcher classes, for navigating the tree and binding to the LDAP server using an account name and password.
    http://devpinoy.org/blogs/cruizer
    Naglalayong buksan at palayain ang kamalayan ng Pinoy .NET developer
    • Post Points: 20
  • 12-21-2006 10:12 PM In reply to

    Re: LDAP and C#

    sir can u give me a sample code, im receiving an
    error access violation when im trying to call searcher.FindAll();

    by the way thats a kewl tool tnx...

    Dwarvend's Review

    • Post Points: 5
Page 1 of 1 (3 items)