From 6405a3b9766223ba1cbf83d4b803a28b991fb29d Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 08 Jun 2011 07:01:47 +0000
Subject: [PATCH] Fix OPENDJ-191: Forgot compare operation
---
opendj-sdk/opendj3/src/main/docbkx/dev-guide/chap-understanding-ldap.xml | 7 ++++++-
opendj-sdk/opendj3/src/main/docbkx/dev-guide/images/ldap-lifecycle.png | 0
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opendj3/src/main/docbkx/dev-guide/chap-understanding-ldap.xml b/opendj-sdk/opendj3/src/main/docbkx/dev-guide/chap-understanding-ldap.xml
index a93899b..c88dcf3 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/dev-guide/chap-understanding-ldap.xml
+++ b/opendj-sdk/opendj3/src/main/docbkx/dev-guide/chap-understanding-ldap.xml
@@ -203,7 +203,7 @@
to directory data that the client wants to lookup or change.</para>
</listitem>
<listitem>
- <para>Search (lookup). After binding, the client can request the server to
+ <para>Search (lookup). After binding, the client can request that the server
return entries based on an LDAP filter, which is an expression that the
server uses to find entries that match the request, and a base DN under
which to search. For example, to lookup all entries for people with email
@@ -213,6 +213,11 @@
<literal>(mail=bjensen@example.com)</literal>.</para>
</listitem>
<listitem>
+ <para>Compare. After binding, the client can request that the server
+ compare an attribute value the client specifies with the value stored
+ on an entry in the directory.</para>
+ </listitem>
+ <listitem>
<para>Modify. After binding, the client can request that the server
change one or more attribute values stored on one or more entries. Often
administrators do not allow clients to change directory data, so request
diff --git a/opendj-sdk/opendj3/src/main/docbkx/dev-guide/images/ldap-lifecycle.png b/opendj-sdk/opendj3/src/main/docbkx/dev-guide/images/ldap-lifecycle.png
index 3b0ec69..80a541d 100644
--- a/opendj-sdk/opendj3/src/main/docbkx/dev-guide/images/ldap-lifecycle.png
+++ b/opendj-sdk/opendj3/src/main/docbkx/dev-guide/images/ldap-lifecycle.png
Binary files differ
--
Gitblit v1.10.0