免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: jayli426
打印 上一主题 下一主题

[ldap] ldap怎么又扯上拉数据库拉? [复制链接]

论坛徽章:
0
1 [报告]
发表于 2005-10-26 21:44 |显示全部楼层

ldap怎么又扯上拉数据库拉?

LDAP is a protocol.
LDAP server using database as the backend storage method.
Different vendors may use different kind of backend database to store data.

Vendors have to follow LDAP protocol at front-end, but have total freedom of implementation at backend.

The database used by LDAP should be accessed using LDAP protocol (like ldapsearch, ldapmodify, ...). Someone may write an interface to allow SQL query to LDAP database, but that is another story.

SUN/iPlanet LDAP server using "sleepycat" as its backend database.
What is special of "Sleepycat" is that it is an embedded database.
That is why when you run iPlanet LDAP server you can't see a process directly related to "Sleepycat".
LDAP server implementation does not have to use "Sleepycat", and "Sleepycat" is not only used in LDAP, but also used in other applications.

To get good performance from LDAP server, you do need have general knowledge in database (such as indexing, partition, query optimization...).
Part of work for LDAP Admin is just like a DBA.

idif file is a dump from LDAP database.

Relational database accessed by SQL (Oracle, Sybase, ...) is just one of several kinds of database.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP