目录访问服务-ApacheDS
2010-10-25 10:52:08 阿炯

本站赞助商链接,请多关照。

ApacheDS (Apache Directory Server)的核心是目录服务,可以保存数据,并对不同类型的数据进行搜索操作。协议的实现在目录服务器顶层工作,提供与数据存储、搜索和检索有关的 Internet 服务。 ApacheDS 最重要的特性可能是利用不同协议来操作目录服务的能力。


ApacheDS是一个由纯Java语言编写的开源LDAP服务器。ApacheDS具有可嵌入、可扩展、标准的遵守LDAP协议等特性,同时支持其他的网络协议,例如NTP和Kerberos。但是ApacheDS是一个提供的最基本LDAP服务。

ApacheDS is an embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.

最新版本:2.0
此版本包括许多关键的 bug 修复,清理了 Kerberos 服务器。

项目主页:http://directory.apache.org/

该文章最后由 阿炯 于 2015-06-07 18:15:52 更新,目前是第 3 版。