将多个 LDAP 用户数据集成到一个 LDAP 中
我想将多个 LDAP(AD、OpenDS、OpenLDAP 等)用户数据集成到一个 LDAP (OpenDS) 中。有没有什么工具可以做到这一点?另外,我需要我的 LDAP 与所有其他 LDAP 同步,以便用户信息的任何更改也将反映在我的 LDAP 中。
如果没有工具,是否可以通过编码来实现?我是 LDAP 新手,任何指导都会有所帮助。
提前致谢。
I want to integrate mutiple LDAP (AD, OpenDS, OpenLDAP etc) user data into one LDAP (OpenDS). Is there any tool which does it? Also, I need my LDAP to be in sync with all other LDAPs so that any change in user info will be reflected in my LDAP as well.
If there isn't a tool for it, can it be achieved through coding? I am new to LDAP and any guidance will be helpful.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这就是大多数元目录工具的设计目的。
有两种方法。
1) 将来自所有不同来源的所有数据和更改同步到中央 LDAP 存储库中。元目录本身。
2) 联合或拥有某种允许综合视图的代理。这些通常称为虚拟目录。
This is what most Metadirectory tools are designed to do.
There are two approaches.
1) Sync all data and changes from all the various sources into a central LDAP repository. The Metadirectory itself.
2) Federate or have some kind of proxy that allows a consolidated view. Often these are called Virtual Directories.
您可能想查看 openidm.forgerock.org 上的 OpenIDM 开源项目,该项目可用于同步不同服务(包括 LDAP 服务器)之间的条目。
OpenIDM 在生产部署中具有 AD 和 OpenDJ 之间的 2 种同步方式(OpenDJ 是 OpenDS 作为开源项目的延续。从 OpenDS 升级非常简单)。
亲切的问候,
卢多
You might want to take a look at OpenIDM open source project at openidm.forgerock.org, which can be used to synchronize entries between different services, including LDAP servers.
OpenIDM has in production deployments with 2 ways synchronization between AD and OpenDJ (OpenDJ is OpenDS continuation as an open source project. Upgrade from OpenDS is straightforward).
Kind regards,
Ludo