#!/bin/sh # # Blackbox tests for weak crytpo # Copyright (c) 2020 Andreas Schneider # if [ $# -lt 6 ]; then cat <&1 || failed=`expr $failed + 1` # We should not be allowed to use NTLM for connecting testit_expect_failure "rpclient.ntlm" $samba_rpcclient ncacn_np:$SERVER -U$USERNAME%$PASSWORD -c "getusername" || failed=`expr $failed + 1` unset GNUTLS_FORCE_FIPS_MODE exit $failed