From 9278842e32b490993c4d23fa4012c09b96a82d06 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 01 Mar 2013 17:09:07 +0000
Subject: [PATCH] CR-1327 Fix for OPENDJ-772: Document how to set up the REST to LDAP Servlet

---
 opendj3/src/main/docbkx/admin-guide/appendix-standards.xml |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diff --git a/opendj3/src/main/docbkx/admin-guide/appendix-standards.xml b/opendj3/src/main/docbkx/admin-guide/appendix-standards.xml
index 259864f..337fe4c 100644
--- a/opendj3/src/main/docbkx/admin-guide/appendix-standards.xml
+++ b/opendj3/src/main/docbkx/admin-guide/appendix-standards.xml
@@ -20,7 +20,7 @@
   !
   ! CCPL HEADER END
   !
-  !      Copyright 2011-2012 ForgeRock AS
+  !      Copyright 2011-2013 ForgeRock AS
   !
 -->
 <appendix xml:id='appendix-standards'
@@ -984,5 +984,30 @@
     XML documents.</para>
    </listitem>
   </varlistentry>
+  <varlistentry>
+   <term><link xlink:show="new" xlink:href='http://www.json.org'
+   >JavaScript Object Notation</link></term>
+   <listitem>
+    <indexterm>
+     <primary>Supported standards</primary>
+     <secondary>JSON</secondary>
+    </indexterm>
+    <para>A data-interchange format that aims to be both "easy for humans to
+    read and write," and also "easy for machines to parse and generate."</para>
+   </listitem>
+  </varlistentry>
+  <varlistentry>
+   <term><link xlink:show="new"
+   xlink:href='http://www.simplecloud.info/specs/draft-scim-core-schema-00.html'
+   >Simple Cloud Identity Management: Core Schema 1.0</link></term>
+   <listitem>
+    <indexterm>
+     <primary>Supported standards</primary>
+     <secondary>SCIM Core Schema 1.0</secondary>
+    </indexterm>
+    <para>Platform neutral schema and extension model for representing users
+    and groups in JSON and XML formats. OpenDJ supports the JSON formats.</para>
+   </listitem>
+  </varlistentry>
  </variablelist>
 </appendix>

--
Gitblit v1.10.0