Where can I find a .net library to work with openldap? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI have to work with an openldap server, where can I find a .net libary to work with that protocol?
I would even settle for some code to work with openldap, I've search high and low online and can't find anything specific to .net. I just need to add a user and set their password开发者_如何学Go.
I'm not sure if this helps, but I've used the built in .net libraries for querying an ldap server. See this question for an example of the code (in F#, but using the standard .Net libraries). It uses System.DirectoryServices and System.DirectoryServices.Protocols
精彩评论