OpenDJ is an LDAPv3 compliant directory service, which is actively maintained and supported by ForgeRock. The OpenDJ Directory Server has been developed for the Java platform, providing a high performance, highly available, and secure store for the identities managed by your organization. Its easy installation process, combined with the power of the Java platform makes OpenDJ the simplest, fastest directory to deploy and manage.
You can obtain the OpenDJ Directory Server using any of the following methods:
By far the simplest method is to download a build from ForgeRock BackStage, or a nightly build from the ForgeRock community resource center
You need git
and maven
in order to get the source code and build it. The OpenDJ Directory Server binaries will be
built in opendj-server-legacy/target/package
:
git clone ssh://[email protected]:7999/opendj/opendj.git
cd opendj
mvn clean install
# OpenDJ Server is built here:
cd opendj-server-legacy/target/package
# Package is *.zip:
ls *.zip
# ...or install and run immediately:
cd opendj
./setup
Once you have obtained a copy of the OpenDJ Directory Server, read the Installation Guide for further instructions.
The following documentation is available online:
OpenDJ Directory Server is licensed under CDDL 1.0 (COMMON DEVELOPMENT AND DISTRIBUTION LICENSE Version 1.0)