使用 C# 从一个 LDAP 写入另一个 LDAP
我有一个程序,它从 LDAP 源读取数据,然后将用户列表及其属性写入 csv 文件。我想知道是否可以从一个 ldap 读取用户及其属性并将其写入另一个 ldap?
有什么建议吗?
I have a program that reads from an LDAP source, then writes a list of users and their attributes to a csv file. What i would like to know if its possible to read the users and their attributes from one ldap and write it to another ldap?
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可能对您有用。解释如何从 ldap 读取数据并写入数据
This might be useful for you. Explains how you read from a ldap and writes to it
这个工具的源代码可能有兴趣探索一下思路: LDAPadmin
它是用 C# 编写的:
This tool might be interested to explore the source code of for ideas: LDAPadmin
It is written in C#: