]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:tests: Remove the -I SERVER_IP so that Kerberos auth works
authorAndreas Schneider <asn@samba.org>
Wed, 6 Nov 2019 14:54:45 +0000 (14:54 +0000)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 9 Dec 2019 10:11:31 +0000 (10:11 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Gary Lockyer <gary@samba.org>
source3/script/tests/test_smbclient_machine_auth.sh

index a890d48314956096c65cf7f4c84c387264826235..8a2cc55172862244e77d1bb39b8a72e3be1b484d 100755 (executable)
@@ -18,8 +18,8 @@ ADDARGS="$*"
 incdir=`dirname $0`/../../../testprogs/blackbox
 . $incdir/subunit.sh
 
-testit "smbclient //$SERVER/tmp" $SMBCLIENT //$SERVER/tmp --machine-pass -I $SERVER_IP -p 139 -c quit $ADDARGS
+testit "smbclient //$SERVER/tmp" $SMBCLIENT //$SERVER/tmp --machine-pass -p 139 -c quit $ADDARGS
 
 # Testing these here helps because we know the machine account isn't already this user/group
-testit "smbclient //$SERVER/forceuser" $SMBCLIENT //$SERVER/tmp --machine-pass -I $SERVER_IP -p 139 -c quit $ADDARGS
-testit "smbclient //$SERVER/forcegroup" $SMBCLIENT //$SERVER/tmp --machine-pass -I $SERVER_IP -p 139 -c quit $ADDARGS
+testit "smbclient //$SERVER/forceuser" $SMBCLIENT //$SERVER/tmp --machine-pass -p 139 -c quit $ADDARGS
+testit "smbclient //$SERVER/forcegroup" $SMBCLIENT //$SERVER/tmp --machine-pass -p 139 -c quit $ADDARGS