Author: tridge
Date: 2005-09-22 03:52:32 +0000 (Thu, 22 Sep 2005)
New Revision: 10404

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10404

Log:
make sure we use the right smb.conf in the ldap testing


Modified:
   branches/SAMBA_4_0/source/script/tests/test_ldap.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_ldap.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_ldap.sh 2005-09-22 03:51:50 UTC 
(rev 10403)
+++ branches/SAMBA_4_0/source/script/tests/test_ldap.sh 2005-09-22 03:52:32 UTC 
(rev 10404)
@@ -54,6 +54,6 @@
 
 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

Reply via email to