使用 C# 从一个 LDAP 写入另一个 LDAP

发布于 2024-12-28 05:16:56 字数 104 浏览 1 评论 0原文

我有一个程序,它从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

千寻… 2025-01-04 05:16:56

可能对您有用。解释如何从 ldap 读取数据并写入数据

This might be useful for you. Explains how you read from a ldap and writes to it

江挽川 2025-01-04 05:16:56

这个工具的源代码可能有兴趣探索一下思路: LDAPadmin

它是用 C# 编写的:

Ldap Admin 是免费的 Win32 LDAP 目录管理工具
管理。该应用程序可让您浏览、搜索、修改、创建
并删除 LDAP 服务器上的对象。它还支持更复杂的
远程服务器之间的目录复制和移动等操作
扩展通用编辑功能以支持特定对象类型
(例如组和帐户)。

This tool might be interested to explore the source code of for ideas: LDAPadmin

It is written in C#:

Ldap Admin is free Win32 administration tool for LDAP directory
management. This application lets you browse, search, modify, create
and delete objects on LDAP server. It also supports more complex
operations such as directory copy and move between remote servers and
extends the common edit functions to support specific object types
(such as groups and accounts).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文