From 603d9e3e48c22a34f394112e4d78f3dff6e5cf3c Mon Sep 17 00:00:00 2001
From: Gary Williams <gary.williams@forgerock.com>
Date: Mon, 24 Oct 2011 14:13:17 +0000
Subject: [PATCH] Update of manual functional tests.
---
opends/tests/functional_manual/setup/setup_replication.html | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/opends/tests/functional_manual/setup/setup_replication.html b/opends/tests/functional_manual/setup/setup_replication.html
index 0c8025a..ff5ae83 100755
--- a/opends/tests/functional_manual/setup/setup_replication.html
+++ b/opends/tests/functional_manual/setup/setup_replication.html
@@ -23,6 +23,7 @@
! CDDL HEADER END
!
! Copyright 2007-2008 Sun Microsystems, Inc.
+ ! Portions Copyright 2011 ForgeRock AS.
! -->
<html>
<head>
@@ -57,7 +58,7 @@
- check the control-panel for both servers: replication enabled, restart
both servers<br>
- export the data<br>
-$ ./export-ldif -b "o=testrepl" -h HOST -p LDAPPORT1 -D "cn=directory
+$ ./export-ldif -b "o=testrepl" -h HOST -p ADMINPORT1 -D "cn=directory
manager" -w password -n userRoot -l ../ldif/testrepl.ldif<br>
<br>
check replication works:<br>
@@ -67,9 +68,7 @@
--filename {yourpath}/modify-user.ldif (see below)<br>
<br>
- delete an entry on HOST1<br>
-$ ./ldapmodify -p LDAPPORT1 -D "cn=Directory Manager" -w password<br>
-dn: uid=user.6,ou=People,o=testrepl<br>
-changetype: delete<br>
+$ ./ldapdelete -p LDAPPORT1 -D "cn=Directory Manager" -w password "uid=user.6,ou=People,o=testrepl"
<br>
=> verify those 2 changes have been applied on HOST2<br>
<br>
--
Gitblit v1.10.0