This project embeds the OpenDJ 2.4.6 (http://opendj.forgerock.org/) LDAP server into an OSGi bundle that can be run on an OSGi 4.2+ container.
Additionally, it builds a feature application (kar) that can be deployed to an Apache Karaf (http://karaf.apache.org/) server which contains all of the necessary dependencies. This application install has been tested with Apache Karaf 2.3.x.
- Install J2SE 7 SDK.
- Make sure that your JAVA_HOME environment variable is set to the newly installed JDK location, and that your PATH includes %JAVA_HOME%\bin (Windows) or
$JAVA_HOME$ /bin (*NIX). - Install Maven 3.0.3 (or later). Make sure that your PATH includes the MVN_HOME/bin directory.
- Set the MAVEN_OPTS variable with the appropriate memory settings
git clone git://github.com/codice/opendj-osgi.git
Change to the top level directory of opendj-osgi source distribution.
mvn clean install
The wiki page contains a list of test users that come with the embedded ldap as well as initial configuration options.
Discussions can be found on the DDF area -- Announcements forum, Users forum, and Developers forum.
If you find any issues, please submit reports with JIRA.
For information on contributing see Contributing to Codice.
The DDF Website also contains additional information at http://ddf.codice.org.
-- The Codice Development Team
Copyright (c) Codice Foundation
This is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. A copy of the GNU Lesser General Public License is distributed along with this program and can be found at http://www.gnu.org/licenses/lgpl.html.