Sign in
|
Join
|
Help
in
.NET
XML and Web Services
(Entire Site)
Search
Home
Blogs
Media
Forums
Groups
DevCast
Forums
»
XML and Web Services
»
.NET
»
LDAP and C#
Latest post 12-21-2006 10:12 PM by
Dwarvend
. 2 replies.
Page 1 of 1 (3 items)
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
12-21-2006 4:53 PM
Dwarvend
Joined on 11-23-2006
Posts
103
Points 1,680
LDAP and C#
Reply
Contact
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..
Post Points: 20
12-21-2006 5:16 PM
In reply to
cruizer
Joined on 12-13-2005
Singapore
Posts
944
Points 22,590
Re: LDAP and C#
Reply
Contact
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
Dwarvend
Joined on 11-23-2006
Posts
103
Points 1,680
Re: LDAP and C#
Reply
Contact
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...
Post Points: 5
Page 1 of 1 (3 items)
Copyright DevPinoy 2005-2008