X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest000-rootdse;h=1264e08d156e432a4be63d93def64c7f6b6cac07;hb=1880c23029f01704a90e9ddd847b779b2f271edf;hp=54d075e7322dc7f5a1a4eb981db6188c47bc8985;hpb=4eaad482472dc1ecea38c33ef1d5797e301a85a5;p=openldap diff --git a/tests/scripts/test000-rootdse b/tests/scripts/test000-rootdse index 54d075e732..1264e08d15 100755 --- a/tests/scripts/test000-rootdse +++ b/tests/scripts/test000-rootdse @@ -5,7 +5,7 @@ SRCDIR="." if test $# -ge 1 ; then SRCDIR=$1; shift fi -BACKEND=ldbm +BACKEND=bdb if test $# -ge 1 ; then BACKEND=$1; shift fi @@ -35,7 +35,7 @@ fi echo "Using ldapsearch to retrieve all the entries..." for i in 0 1 2 3 4 5; do - $LDAPSEARCH -b "" -s base -h localhost:$PORT '+' > $SEARCHOUT 2>&1 + $LDAPSEARCH -b "" -s base -h $LOCALHOST -p $PORT 'extensibleObject' > $SEARCHOUT 2>&1 RC=$? if test $RC = 1 ; then echo "Waiting 5 seconds for slapd to start..."