From 8d3092ae7db8d949d2c755a3eea6dfc5e2e2e9b9 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 04 Jul 2014 12:34:37 +0000
Subject: [PATCH] Backport CR-3951 Fix for OPENDJ-1499: Note that REST mappings/namingStrategies are single-level
---
opends/src/main/docbkx/admin-guide/appendix-rest2ldap.xml | 24 ++++++++++++++++--------
1 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/opends/src/main/docbkx/admin-guide/appendix-rest2ldap.xml b/opends/src/main/docbkx/admin-guide/appendix-rest2ldap.xml
index 47fa9ba..03dde18 100644
--- a/opends/src/main/docbkx/admin-guide/appendix-rest2ldap.xml
+++ b/opends/src/main/docbkx/admin-guide/appendix-rest2ldap.xml
@@ -20,20 +20,18 @@
!
! CCPL HEADER END
!
- ! Copyright 2013 ForgeRock AS
+ ! Copyright 2013-2014 ForgeRock AS
!
-->
<appendix xml:id='appendix-rest2ldap'
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>REST LDAP Configuration</title>
<indexterm><primary>REST</primary></indexterm>
<indexterm><primary>HTTP</primary></indexterm>
- <!-- This belongs in an OpenDJ reference. Ultimately this doc should
- be generated, too, rather than written by hand. CREST-71? -->
<itemizedlist>
<para>OpenDJ offers two alternatives for RESTful access to directory
@@ -664,8 +662,18 @@
<varlistentry>
<term>"namingStrategy" (required)</term>
<listitem>
- <para>The approach used to map LDAP entry names to JSON resources. The
- following naming strategies are supported.</para>
+ <para>
+ The approach used to map LDAP entry names to JSON resources.
+ </para>
+
+ <para>
+ LDAP entries mapped to JSON resources
+ must be immediate subordinates of the mapping's "baseDN".
+ </para>
+
+ <para>
+ The following naming strategies are supported.
+ </para>
<itemizedlist>
<listitem>
--
Gitblit v1.10.0