Skip to content
OpenDJ is an LDAPv3 compliant directory service, which 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 m…
Branch: master
Clone or download
Pull request Compare This branch is 335 commits ahead of WrenArchiver:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Update issue templates May 15, 2018
forgerock-parent @ 9bfdcfd allow change format CSV Apr 18, 2019
opendj-cli [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-config [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-core [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-doc-generated-ref [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-doc-maven-plugin [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-dsml-servlet [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-embedded-server-examples [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-grizzly [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-ldap-sdk-examples [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-ldap-toolkit [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-legacy [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-maven-plugin [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-openidm-account-change-notification-handler [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-packages [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-rest2ldap-servlet [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-rest2ldap [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-server-example-plugin [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-server-legacy [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
opendj-server [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019
src/site OPENDJ-2689 Update copyright headers Feb 24, 2016
.gitignore Profile to build SNMP extension (#56) Mar 10, 2019
.gitmodules fix build from clear local repo Oct 15, 2017
.travis.yml FIX Dockerfile #35 Feb 7, 2019
LICENSE.md move /legal-notice to /LICENSE.md Mar 2, 2018
README.md docker pulls badge Mar 21, 2019
logo.png logo Nov 18, 2017
pom.xml [ci skip] 4.4.1->4.4.2 prepare for next development iteration Apr 29, 2019

README.md

OpenDJ Logo

Latest release Build Status Issues Last commit License Downloads Docker Gitter Top language Code size in bytes

OpenDJ is an LDAPv3 compliant directory service, which 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.

An open source, lightweight, embeddable directory that can easily share real-time customer, device, and user identity data across enterprise, cloud, social, and mobile environments.

  • Massive data scale and high availability providings developers with ultra-lightweight ways to access identity data
  • High Performance - ms response times & tens of thousands of w/r per sec
  • Multi Master replication for high availability

As well as the expected LDAP access OpenDJ lets you access directory data as JSON resources over HTTP making it super convenient for web and phone apps.

License

This project is licensed under the Common Development and Distribution License (CDDL). The following text applies to both this file, and should also be included in all files in the project.

Downloads

Java 1.8+ required

How-to build

For windows use:

git config --system core.longpaths true
git clone --recursive  https://github.com/OpenIdentityPlatform/OpenDJ.git
mvn clean install -f OpenDJ/forgerock-parent
mvn clean install -f OpenDJ

How-to run after build

cd OpenDJ/opendj-server-legacy/target/package/opendj
./setup
bin/start-ds
bin/stop-ds

See the wiki for Full Installation guide, Administration guide, and Developers guide

Support and Mailing List Information

Contributing

Please, make Pull request

Thanks

  • Sun OpenDS
  • Oracle OpenDS
  • Forgerock OpenDJ
You can’t perform that action at this time.