mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
fix messages
This commit is contained in:
parent
4c65aa9c44
commit
0d3d7e71b6
3 changed files with 7 additions and 4 deletions
|
|
@ -31,6 +31,7 @@ mkdir -p $TESTDIR $DBDIR1A $DBDIR1B $DBDIR2
|
||||||
# - start slurpd
|
# - start slurpd
|
||||||
# - populate over ldap
|
# - populate over ldap
|
||||||
# - perform some modifies and deleted
|
# - perform some modifies and deleted
|
||||||
|
# - attempt to modify the slave (referral or chain)
|
||||||
# - retrieve database over ldap and compare against expected results
|
# - retrieve database over ldap and compare against expected results
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
@ -190,7 +191,7 @@ fi
|
||||||
echo "Waiting 15 seconds for slurpd to send changes..."
|
echo "Waiting 15 seconds for slurpd to send changes..."
|
||||||
sleep 15
|
sleep 15
|
||||||
|
|
||||||
echo "Try updating the slave..."
|
echo "Try updating the slave slapd..."
|
||||||
$LDAPMODIFY -v -D "$MANAGERDN" -h $LOCALHOST -p $PORT2 -w $PASSWD > \
|
$LDAPMODIFY -v -D "$MANAGERDN" -h $LOCALHOST -p $PORT2 -w $PASSWD > \
|
||||||
$TESTOUT 2>&1 << EOMODS
|
$TESTOUT 2>&1 << EOMODS
|
||||||
dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example, dc=com
|
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
|
# - start slave
|
||||||
# - populate over ldap
|
# - populate over ldap
|
||||||
# - perform some modifies and deleted
|
# - perform some modifies and deleted
|
||||||
|
# - attempt to modify the slave (referral)
|
||||||
# - retrieve database over ldap and compare against expected results
|
# - retrieve database over ldap and compare against expected results
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
@ -200,7 +201,7 @@ fi
|
||||||
echo "Waiting 15 seconds for syncrepl to receive changes..."
|
echo "Waiting 15 seconds for syncrepl to receive changes..."
|
||||||
sleep 15
|
sleep 15
|
||||||
|
|
||||||
echo "Try updating the slave..."
|
echo "Try updating the slave slapd..."
|
||||||
$LDAPMODIFY -v -D "$MANAGERDN" -h $LOCALHOST -p $PORT2 -w $PASSWD > \
|
$LDAPMODIFY -v -D "$MANAGERDN" -h $LOCALHOST -p $PORT2 -w $PASSWD > \
|
||||||
$TESTOUT 2>&1 << EOMODS
|
$TESTOUT 2>&1 << EOMODS
|
||||||
dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example, dc=com
|
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
|
# - start slave
|
||||||
# - populate over ldap
|
# - populate over ldap
|
||||||
# - perform some modifies and deleted
|
# - perform some modifies and deleted
|
||||||
|
# - attempt to modify the slave (referral or chain)
|
||||||
# - retrieve database over ldap and compare against expected results
|
# - 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..."
|
echo "Waiting 25 seconds for syncrepl to receive changes..."
|
||||||
sleep 25
|
sleep 25
|
||||||
|
|
||||||
echo "Try updating the slave..."
|
echo "Try updating the slave slapd..."
|
||||||
$LDAPMODIFY -v -D "$MANAGERDN" -h $LOCALHOST -p $PORT4 -w $PASSWD > \
|
$LDAPMODIFY -v -D "$MANAGERDN" -h $LOCALHOST -p $PORT4 -w $PASSWD > \
|
||||||
$TESTOUT 2>&1 << EOMODS
|
$TESTOUT 2>&1 << EOMODS
|
||||||
dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example, dc=com
|
dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example, dc=com
|
||||||
|
|
@ -271,7 +272,7 @@ else
|
||||||
exit $RC
|
exit $RC
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Waiting 5 seconds for slurpd to send changes..."
|
echo "Waiting 5 seconds for syncrepl to send changes..."
|
||||||
sleep 5
|
sleep 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue