testprogs: Use new kerberos options for smbclient(4) tests
[samba.git] / source4 / utils / tests / test_smbclient.sh
index a91c2db1bd085e4ea82aa7690f2a5737b634696e..1a592518f57a737743931a17fb8147ea73e63447 100755 (executable)
@@ -27,8 +27,8 @@ testit() {
        return $status
 }
 
-testit "Test login with --machine-pass without kerberos" $VALGRIND $smbclient -c 'ls' $CONFIGURATION //$SERVER/tmp --machine-pass -k no
+testit "Test login with --machine-pass without kerberos" $VALGRIND $smbclient -c 'ls' $CONFIGURATION //$SERVER/tmp --machine-pass --use-kerberos=disabled
 
-testit "Test login with --machine-pass and kerberos" $VALGRIND $smbclient -c 'ls' $CONFIGURATION //$SERVER/tmp --machine-pass -k yes
+testit "Test login with --machine-pass and kerberos" $VALGRIND $smbclient -c 'ls' $CONFIGURATION //$SERVER/tmp --machine-pass --use-kerberos=required
 
 exit $failed