From 5a0809d1ff55da2fbfea58c8647b052122b08206 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 30 Jan 2012 14:50:39 +0000
Subject: [PATCH] Mention Get Connection ID and Password Policy State extended operations 

---
 opendj-sdk/opendj3/src/main/docbkx/admin-guide/appendix-extended-ops.xml |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/appendix-extended-ops.xml b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/appendix-extended-ops.xml
index 2122ae6..3be25a9 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/appendix-extended-ops.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/appendix-extended-ops.xml
@@ -51,6 +51,20 @@
    </listitem>
   </varlistentry>
 
+  <varlistentry xml:id="get-connection-id-extended-request">
+   <term>Get Connection ID Extended Request</term>
+   <listitem>
+    <indexterm>
+     <primary>LDAP extended operations</primary>
+     <secondary>Get Connection ID</secondary>
+    </indexterm>
+    <para>Object Identifier: 1.3.6.1.4.1.26027.1.6.2</para>
+    <para>OpenDJ extended operation to return the connection ID of the
+    associated client connection. This extended operation is intended for OpenDJ
+    internal use.</para>
+   </listitem>
+  </varlistentry>
+
   <varlistentry xml:id="password-modify-extended-request">
    <term>Password Modify Extended Request</term>
    <listitem>
@@ -64,6 +78,20 @@
    </listitem>
   </varlistentry>
 
+  <varlistentry xml:id="password-policy-state-extended-operation">
+   <term>Password Policy State Extended Operation</term>
+   <listitem>
+    <indexterm>
+     <primary>LDAP extended operations</primary>
+     <secondary>Password policy state</secondary>
+    </indexterm>
+    <para>Object Identifier: 1.3.6.1.4.1.26027.1.6.1</para>
+    <para>OpenDJ extended operation to query and update password policy state
+    for a given user entry. This extended operation is intended for OpenDJ
+    internal use.</para>
+   </listitem>
+  </varlistentry>
+
   <varlistentry xml:id="start-transport-layer-security-extended-request">
    <term>Start Transport Layer Security Extended Request</term>
    <listitem>

--
Gitblit v1.10.0