Skip to content

Latest commit

 

History

History
80 lines (58 loc) · 2.96 KB

README.md

File metadata and controls

80 lines (58 loc) · 2.96 KB

OpenDJ Server

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.

Get the OpenDJ Directory Server

You can obtain the OpenDJ Directory Server using any of the following methods:

Download

By far the simplest method is to download a build from ForgeRock BackStage, or a nightly build from the ForgeRock community resource center

Build it yourself

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

Getting started

Once you have obtained a copy of the OpenDJ Directory Server, read the Installation Guide for further instructions.

Documentation

The following documentation is available online:

License

OpenDJ Directory Server is licensed under CDDL 1.0 (COMMON DEVELOPMENT AND DISTRIBUTION LICENSE Version 1.0)