mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Chris Ridd
22.46.2014 6a43174e1beb66446601e5c87063d07de92d2418
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ! CCPL HEADER START
  !
  ! This work is licensed under the Creative Commons
  ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
  ! To view a copy of this license, visit
  ! http://creativecommons.org/licenses/by-nc-nd/3.0/
  ! or send a letter to Creative Commons, 444 Castro Street,
  ! Suite 900, Mountain View, California, 94041, USA.
  !
  ! You can also obtain a copy of the license at
  ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
  ! See the License for the specific language governing permissions
  ! and limitations under the License.
  !
  ! If applicable, add the following below this CCPL HEADER, with the fields
  ! enclosed by brackets "[]" replaced with your own identifying information:
  !      Portions Copyright [yyyy] [name of copyright owner]
  !
  ! CCPL HEADER END
  !
  !      Copyright 2011-2013 ForgeRock AS
  !
-->
<document
 xmlns="http://maven.apache.org/XDOC/2.0"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 <properties>
  <title>The open source LDAP directory services in Java</title>
  <author email="opendj-dev@forgerock.org">ForgeRock AS</author>
 </properties>
 <body>
  <section name="About the OpenDJ Project">
   <p>The OpenDJ community actively develops open source directory services,
   including a high performance, highly available, secure directory server,
   built-in data replication, client tools, and an LDAP SDK. OpenDJ offers
   extensive LDAPv3 support, as well as RESTful access to directory data over
   HTTP. OpenDJ DSML gateway enables applications accessing directory data
   through DSMLv2. All modules are 100% Java based and require at least
   Java 6.<a href="https://java.net/attachments/wiki_images/adoptopenjdk/compat.svg.png">
   <img src="https://java.net/attachments/wiki_images/adoptopenjdk/compat.svg.png"
   alt="OpenJDK 8 Compatible" align="right" width="80" height="80" /></a></p>
   <p>Coming soon on the <a
   href="https://wikis.forgerock.org/confluence/display/OPENDJ/OpenDJ+Roadmap"
   >OpenDJ Roadmap</a>, you see that the community plans to develop directory
   proxy services with virtual directory capabilities such as data mapping and
   connectors for non-directory data sources.</p>
  </section>
  <section name="Welcome Users">
   <p>The OpenDJ community shares an interest in improving and extending
   OpenDJ software, and in adapting OpenDJ to best fit our needs.</p>
   <p>You are welcome to join us. Here are some ways to get started.</p>
   <ul>
    <li>Download and install a build from the <a
    href="http://www.forgerock.org/opendj.html">download page</a>.</li>
    <li>Join the <a
    href="https://lists.forgerock.org/mailman/listinfo/opendj">OpenDJ
    mailing list</a> to ask questions, make suggestions, and tell us what
    you think of OpenDJ.</li>
    <li><a href="https://sso.forgerock.com/openam/UI/Login">Register
    to join the community</a>.</li>
    <li>Read and edit <a
    href="https://wikis.forgerock.org/confluence/display/OPENDJ/Home">OpenDJ Wiki
    documentation</a>.</li>
    <li>Chat on irc.freenode.net #opendj.</li>
   </ul>
   <p>Looking forward to hearing from you.</p>
  </section>
  <section name="Welcome Developers">
   <p>If you are a Java developer interested in OpenDJ, there are plenty of
   ways you can get actively involved in the community in addition to joining
   as an OpenDJ user.</p>
   <ul>
    <li>Get the source. See instructions in the <a
    href="https://wikis.forgerock.org/confluence/display/OPENDJ/Guide+to+OpenDJ+Subversion"
    >Guide to OpenDJ Subversion</a>.</li>
    <li>Make sure you <a
    href="https://sso.forgerock.com/openam/UI/Login">register
    to join the community</a>, thus also registering to <a
    href="https://bugster.forgerock.org/jira/browse/OPENDJ">report issues, and
    describe requests for enhancements</a>, as well as to edit <a
    href="https://wikis.forgerock.org/confluence/display/OPENDJ/Home">OpenDJ Wiki
    documentation</a>.</li>
    <li>Participate and discuss your work on the <a
    href="https://lists.forgerock.org/mailman/listinfo/opendj-dev">OpenDJ
    developer mailing list</a> in addition to the <a
    href="https://lists.forgerock.org/mailman/listinfo/opendj">OpenDJ
    mailing list</a>.</li>
   </ul>
  </section>
  <section name="Welcome Partners">
   <p>Want to partner with other OpenDJ community members to bring solutions
   based on OpenDJ to your customers?</p>
   <ul>
    <li>Come show off your expertise on the <a
    href="https://lists.forgerock.org/mailman/listinfo/opendj">mailing list</a>
    and in the chat room at irc.freenode.net #opendj.</li>
    <li>Post your success stories and white papers on the <a
    href="https://wikis.forgerock.org/confluence/display/OPENDJ/Home">OpenDJ
    Wiki</a>.</li>
   </ul>
  </section>
 </body>
</document>