From: Pierangelo Masarati Date: Fri, 3 Mar 2006 16:03:05 +0000 (+0000) Subject: add anonymous binding X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~150 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7ec2c64e739adeae7a32d1ec038fe96d222e52c0;p=openldap add anonymous binding --- diff --git a/tests/scripts/test036-meta-concurrency b/tests/scripts/test036-meta-concurrency index 117b2fbf0d..53fbb6d703 100755 --- a/tests/scripts/test036-meta-concurrency +++ b/tests/scripts/test036-meta-concurrency @@ -192,6 +192,8 @@ done for f in $TESTDIR/$DATADIR/do_bind.* ; do echo "cn=Foo,ou=Meta,$METABASEDN" >> $f echo "bar" >> $f + echo "" >> $f + echo "" >> $f done echo "Using tester for concurrent server access..." diff --git a/tests/scripts/test039-glue-ldap-concurrency b/tests/scripts/test039-glue-ldap-concurrency index 2c6b4b352d..c87c406bdd 100755 --- a/tests/scripts/test039-glue-ldap-concurrency +++ b/tests/scripts/test039-glue-ldap-concurrency @@ -32,6 +32,10 @@ if test x$TESTLOOPS = x ; then TESTLOOPS=50 fi +if test x$TESTOLOOPS = x ; then + TESTOLOOPS=1 +fi + rm -rf $TESTDIR mkdir -p $TESTDIR $DBDIR1 $DBDIR2 @@ -169,11 +173,14 @@ done for f in $TESTDIR/$DATADIR/do_bind.* ; do echo "cn=Foo,ou=Meta,$METABASEDN" >> $f echo "bar" >> $f + echo "" >> $f + echo "" >> $f done echo "Using tester for concurrent server access..." $SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR/$DATADIR" -h $LOCALHOST -p $PORT3 \ - -D "cn=Manager,$METABASEDN" -w $PASSWD -l $TESTLOOPS -r 20 -FF + -D "cn=Manager,$METABASEDN" -w $PASSWD \ + -l $TESTLOOPS -L $TESTOLOOPS -r 20 -FF RC=$? if test $RC != 0 ; then