From 290f1d814cb1fc7f10ef5bc89740611e047680bc Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 18 May 2015 06:24:36 +0000
Subject: [PATCH] CR-6937 OPENDJ-1880 Doc DN size limit for persistit backends

---
 opendj-server-legacy/src/main/docbkx/release-notes/chap-issues.xml |   29 +++++++++++++++++++++--------
 1 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/opendj-server-legacy/src/main/docbkx/release-notes/chap-issues.xml b/opendj-server-legacy/src/main/docbkx/release-notes/chap-issues.xml
index 3458aac..1b6399f 100644
--- a/opendj-server-legacy/src/main/docbkx/release-notes/chap-issues.xml
+++ b/opendj-server-legacy/src/main/docbkx/release-notes/chap-issues.xml
@@ -9,8 +9,7 @@
   ! 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.
+  ! You can also obtain a copy of the license at legal-notices/CC-BY-NC-ND.txt.
   ! See the License for the specific language governing permissions
   ! and limitations under the License.
   !
@@ -20,15 +19,15 @@
   !
   ! CCPL HEADER END
   !
-  !      Copyright 2011-2013 ForgeRock AS
+  !      Copyright 2011-2015 ForgeRock AS.
   !    
 -->
 <chapter xml:id='chap-issues'
          xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
          xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
-         xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
-         xmlns:xlink='http://www.w3.org/1999/xlink'
-         xmlns:xinclude='http://www.w3.org/2001/XInclude'>
+         xsi:schemaLocation='http://docbook.org/ns/docbook
+                             http://docbook.org/xml/5.0/xsd/docbook.xsd'
+         xmlns:xlink='http://www.w3.org/1999/xlink'>
  <title>OpenDJ Fixes, Limitations, &amp; Known Issues</title>
 
  <para>This chapter covers the status of key issues and limitations for OpenDJ
@@ -58,8 +57,9 @@
  <section xml:id="limitations">
   <title>Limitations</title>
 
-  <para>Release <?eval ${docTargetVersion}?> has the following
-  limitations.</para>
+  <para>
+   Release ${docTargetVersion}?> has the following limitations.
+  </para>
 
   <itemizedlist>
    <listitem>
@@ -73,6 +73,19 @@
     replication topology, however. Global account lockout occurs as soon as
     the authentication failure times have been replicated.</para>
    </listitem>
+
+   <listitem>
+    <para>
+     The backend type <literal>persistit</literal> limits key size to two KB.
+     In practice this means for example that DN size is limited to roughly two KB.
+    </para>
+
+    <para>
+     Attempts to create an entry with a DN (or other key) larger than the limit
+     cause a <literal>KeyTooLongException</literal> in the underlying backend.
+    </para>
+   </listitem>
+
    <listitem>
     <para>OpenDJ is not fully integrated with Microsoft Windows, yet OpenDJ
     directory server can be run as a service, and thus displayed in the

--
Gitblit v1.10.0