From d6de10b409329084075c59d9371695871c738362 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 22 Sep 2005 03:52:32 +0000 Subject: r10404: make sure we use the right smb.conf in the ldap testing (This used to be commit aa30f8faa5924c29c81193646205b08922cdd43d) --- source4/script/tests/test_ldap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/script/tests/test_ldap.sh b/source4/script/tests/test_ldap.sh index 746ca4672b..587394fa03 100755 --- a/source4/script/tests/test_ldap.sh +++ b/source4/script/tests/test_ldap.sh @@ -54,6 +54,6 @@ testit "ldb tests" $LDBDIR/tests/test-tdb.sh SCRIPTDIR=../testprogs/ejs -testit "ejs ldap test" $SCRIPTDIR/ldap.js $SERVER -U$USERNAME%$PASSWORD || failed=`expr $failed + 1` +testit "ejs ldap test" $SCRIPTDIR/ldap.js $CONFIGURATION $SERVER -U$USERNAME%$PASSWORD || failed=`expr $failed + 1` testok $0 $failed -- cgit