We're looking at implementing a new project that will use LDAP as it's security data store. What I'm looking for is a .net based implementation of the LDAP protocol. To be clear, I know about active directory, and I don't want a .net wrapper for active directory. What I'm looking for is an LDAP implementation in .net as there are plenty around in java, but I'm yet to come across a .net implementation
|
|
Try the Novell LDAP library. (Guide article here) |
||
|
|
|
|
The .NET 3.5 System.DirectoryServices.AccountManagement wraps " Active Directory Domain Services, the local Security Account Manager (SAM) data store on every Windows computer, and the relatively new Active Directory Lightweight Directory Services" |
||
|
|
