]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test036-meta-concurrency
use as tester an identity that needs to be proxedauthz'ed (more representative and...
[openldap] / tests / scripts / test036-meta-concurrency
index 413f19122897c8d7fa3d3a55e7134d4576b461cf..f8bc1d636e7a0b20820047b9856e6e7864c5005c 100755 (executable)
@@ -197,9 +197,11 @@ done
 # NOTE: copies do_* files from $TESTDIR/$DATADIR to $TESTDIR
 $MONITORDATA "$MONITORDB" "$TESTDIR/$DATADIR" "$TESTDIR"
 
+BINDDN="cn=Manager,o=Local"
+PASSWD="secret"
 echo "Using tester for concurrent server access..."
 $SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT3 \
-       -D "cn=Manager,$METABASEDN" -w $PASSWD -l $TESTLOOPS -j $TESTCHILDREN \
+       -D "$BINDDN" -w $PASSWD -l $TESTLOOPS -j $TESTCHILDREN \
        -r 20 -i '!REFERRAL' -i '*INVALID_CREDENTIALS' -SS
 RC=$?