From c63ef05d4deff53d7f399c4a63906b3d544ca90b Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 10 Jun 2015 12:15:22 +0000
Subject: [PATCH] CR-7219 OPENDJ-2113 Doc limitations for import, mult. base DNs
---
opendj-server-legacy/src/main/docbkx/release-notes/chap-issues.xml | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 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 dbca9ac..cc3cd8a 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
@@ -64,6 +64,23 @@
<itemizedlist>
<listitem>
+ <para>
+ The <command>import</command> command options
+ <option>--excludeBranch</option> and <option>--includeBranch</option>
+ are not supported for backends of type <literal>pdb</literal>.
+ </para>
+
+ <para>
+ In addition, backends of type <literal>pdb</literal>
+ do not support configurations where
+ one backend is the parent of another.
+ For example, backends of type <literal>pdb</literal> do not support
+ having one backend for <literal>dc=com</literal>
+ and another backend for <literal>dc=example,dc=com</literal>.
+ </para>
+ </listitem>
+
+ <listitem>
<para>OpenDJ directory server provides full LDAP v3 support, except for
alias dereferencing, and limited support for LDAPv2.</para>
</listitem>
--
Gitblit v1.10.0