开发者

Where can I find a .net library to work with openldap? [closed]

开发者 https://www.devze.com 2023-03-08 17:14 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

I 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

0

精彩评论

暂无评论...
验证码 换一张
取 消