#!/bin/sh if [ $# -lt 1 ]; then cat < $global_inject_conf # verify that kerberos fails test_smbclient_expect_failure "smbd_no_krb5" "ls" "//$SERVER/tmp" -k $opt || failed=`expr $failed + 1` # verify downgrade to ntlmssp test_smbclient "test_spnego_downgrade" "ls" "//$SERVER/tmp" $opt || failed=`expr $failed + 1` echo '' > $global_inject_conf testok $0 $failed