Is there a way to link an SQL database to an LDAP server

别说谁变了你拦得住时间么 提交于 2019-12-22 08:08:42

问题


We have an SQL contacts database that links into all our project information with lots and bells and whistles.

It has recently been suggested that we make the contacts part of this information available to our end users in their email clients - so we are looking at setting up an LDAP server

Are there any out there that will allow us to map the information in the DB (probably a view I'd suspect) to an LDAP server?


回答1:


OpenLDAP has support for a metadata driven SQL backend using back-sql. The state of testing varies with your chosen RDBMS backend.




回答2:


UnboundID's Synchronization Server supports synchronizing databases with directory servers in real-time and in bulk.



来源:https://stackoverflow.com/questions/6677131/is-there-a-way-to-link-an-sql-database-to-an-ldap-server

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!