Skip to content
Snippets Groups Projects
Commit 0d3d7e71 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix messages

parent 4c65aa9c
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ mkdir -p $TESTDIR $DBDIR1A $DBDIR1B $DBDIR2
# - start slurpd
# - populate over ldap
# - perform some modifies and deleted
# - attempt to modify the slave (referral or chain)
# - retrieve database over ldap and compare against expected results
#
......@@ -190,7 +191,7 @@ fi
echo "Waiting 15 seconds for slurpd to send changes..."
sleep 15
echo "Try updating the slave..."
echo "Try updating the slave slapd..."
$LDAPMODIFY -v -D "$MANAGERDN" -h $LOCALHOST -p $PORT2 -w $PASSWD > \
$TESTOUT 2>&1 << EOMODS
dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example, dc=com
......
......@@ -29,6 +29,7 @@ mkdir -p $TESTDIR $DBDIR1 $DBDIR2
# - start slave
# - populate over ldap
# - perform some modifies and deleted
# - attempt to modify the slave (referral)
# - retrieve database over ldap and compare against expected results
#
......@@ -200,7 +201,7 @@ fi
echo "Waiting 15 seconds for syncrepl to receive changes..."
sleep 15
echo "Try updating the slave..."
echo "Try updating the slave slapd..."
$LDAPMODIFY -v -D "$MANAGERDN" -h $LOCALHOST -p $PORT2 -w $PASSWD > \
$TESTOUT 2>&1 << EOMODS
dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example, dc=com
......
......@@ -34,6 +34,7 @@ mkdir -p $TESTDIR $DBDIR1 $DBDIR4
# - start slave
# - populate over ldap
# - perform some modifies and deleted
# - attempt to modify the slave (referral or chain)
# - retrieve database over ldap and compare against expected results
#
......@@ -242,7 +243,7 @@ KILLPIDS="$PID $SLAVEPID"
echo "Waiting 25 seconds for syncrepl to receive changes..."
sleep 25
echo "Try updating the slave..."
echo "Try updating the slave slapd..."
$LDAPMODIFY -v -D "$MANAGERDN" -h $LOCALHOST -p $PORT4 -w $PASSWD > \
$TESTOUT 2>&1 << EOMODS
dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example, dc=com
......@@ -271,7 +272,7 @@ else
exit $RC
fi
echo "Waiting 5 seconds for slurpd to send changes..."
echo "Waiting 5 seconds for syncrepl to send changes..."
sleep 5
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment