samba-cvs.cvs
[Top] [All Lists]

svn commit: samba r7774 - in branches/SAMBA_4_0/source/script/tests: .

Subject: svn commit: samba r7774 - in branches/SAMBA_4_0/source/script/tests: .
From:
Date: Mon, 20 Jun 2005 04:20:36 +0000 GMT
Author: tridge
Date: 2005-06-20 04:20:36 +0000 (Mon, 20 Jun 2005)
New Revision: 7774

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

Log:
put $CONFIGURATION in one more place



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-06-20 04:18:23 UTC 
(rev 7773)
+++ branches/SAMBA_4_0/source/script/tests/test_ldap.sh 2005-06-20 04:20:36 UTC 
(rev 7774)
@@ -29,7 +29,7 @@
     testit "RootDSE" bin/ldbsearch $CONFIGURATION $options --basedn='' -H 
$p://$SERVER -s base DUMMY=x dnsHostName highestCommittedUSN || failed=`expr 
$failed + 1`
 
     echo "Getting defaultNamingContext"
-    BASEDN=`bin/ldbsearch $options -b '' -H $p://$SERVER -s base DUMMY=x 
defaultNamingContext | grep ^defaultNamingContext | awk '{print $2}'`
+    BASEDN=`bin/ldbsearch $CONFIGURATION $options -b '' -H $p://$SERVER -s 
base DUMMY=x defaultNamingContext | grep ^defaultNamingContext | awk '{print 
$2}'`
     echo "BASEDN is $BASEDN"
 
     testit "Listing Users" bin/ldbsearch $options $CONFIGURATION -H 
$p://$SERVER '(objectclass=user)' sAMAccountName || failed=`expr $failed + 1`

<Prev in Thread] Current Thread [Next in Thread>
  • svn commit: samba r7774 - in branches/SAMBA_4_0/source/script/tests: ., tridge <=