本教程是在笔者学习 JNDI 过程中,由于没有合适的免费服务器做为实验,给 Sun 的 JNDI教程的 LDAP 服务器使用的又是 Sun 的服务器,OpenLDAP 又没有找到 Windows 的版本,所以就决定使用 Apache 的开源 LDAP 服务器---Apache Directory Server
下面是 Apache网站对 Apache Directory Project 的介绍: The Apache Directory Project provides directory solutions entirely written in Java
These include a directory server, which has been certified as LDAP v3 compliant by the Open Group (Apache Directory Server), and Eclipse-based directory tools (Apache Directory Studio)
Apache Directory项目提供了用纯 Java 编写的目录解决方案,其中包含 ApacheDS,即Apache Directory Server,它是一个被授权的 LDAP v3 的服务器
同时还包含基于 Eclipse的目录工具,即 Apache Directory Studio
ApacheDS 基本用户参考指南,主要介绍了如何安装 ApacheDS 1
0,通过不同的图形化客户端连接服务器,当然主要还是需要通过 JNDI 编程来实现服务器的连接,这部分内容在JNDI 教程中进行介绍
同时介绍了如何操作目录服务中的数据以及将 ApacheDS 和其它软件进行集成
Apache Directory Serv er简介 ApacheDS