From c8ddf268b6f74df4e6cc968de934a50561b7be14 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 13 Jun 2011 07:58:53 +0000
Subject: [PATCH] You can omit the cookie completely, rather than specifying an empty cookie
---
opendj3/src/main/docbkx/admin-guide/chap-replication.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj3/src/main/docbkx/admin-guide/chap-replication.xml b/opendj3/src/main/docbkx/admin-guide/chap-replication.xml
index edb4cec..63c6dea 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-replication.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-replication.xml
@@ -794,14 +794,14 @@
needs to see.</para>
<step>
- <para>Send an initial search request using the LDAP control with an empty
+ <para>Send an initial search request using the LDAP control with no
cookie value.</para>
<para>Notice the value of the <literal>changeLogCookie</literal> attribute
for the last of the two changes.</para>
<screen width="80">$ ldapsearch -b cn=changelog -p 1389 -D "cn=Directory Manager" -w password \
-> -J "1.3.6.1.4.1.26027.1.5.4:false:;" "(objectclass=*)" \* +
+> -J "1.3.6.1.4.1.26027.1.5.4:false" "(objectclass=*)" \* +
dn: cn=changelog
cn: changelog
objectClass: top
@@ -937,7 +937,7 @@
</step>
<step>
<para>If for some reason you lose the cookie, you can start over from
- the earliest available change by sending a search request with an empty
+ the earliest available change by sending a search request with no
value for the cookie.</para>
</step>
</procedure>
--
Gitblit v1.10.0