From: Stefan Metzmacher Date: Fri, 21 Oct 2016 05:56:05 +0000 (+0200) Subject: Revert "FIXME??? testprogs: Change in semantics" X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=5fd1191fba2635dff686a9007efe61ef12d1ae55;hp=1b28b9043f08ee4d25a0b4ce13027daac6161e61;p=metze%2Fsamba%2Fwip.git Revert "FIXME??? testprogs: Change in semantics" This reverts commit 67fd8a7a5cb7cea7dbcd99e0b4fd9d0a1915a58c. --- diff --git a/testprogs/blackbox/test_password_settings.sh b/testprogs/blackbox/test_password_settings.sh index fd014ef31b02..93e03770ed20 100755 --- a/testprogs/blackbox/test_password_settings.sh +++ b/testprogs/blackbox/test_password_settings.sh @@ -130,12 +130,8 @@ test_smbclient "Test login with user kerberos ccache" \ testit_expect_failure "Test login with user kerberos ccache, but wrong password specified" \ $VALGRIND $smbclient //$SERVER/tmp -c 'ls' -k yes -U$TEST_PRINCIPAL%invalidpass && failed=`expr $failed + 1` - -# FIXME -# This test works now. We fail to get a ticket with the password, but fallback to ntlmssp which picks up the old ticket -# and logs in with it. -#testit_expect_failure "Test login with user kerberos ccache, but old password specified" \ -# $VALGRIND $smbclient //$SERVER/tmp -c 'ls' -k yes -U$TEST_PRINCIPAL%$TEST_PASSWORD_OLD && failed=`expr $failed + 1` +testit_expect_failure "Test login with user kerberos ccache, but old password specified" \ + $VALGRIND $smbclient //$SERVER/tmp -c 'ls' -k yes -U$TEST_PRINCIPAL%$TEST_PASSWORD_OLD && failed=`expr $failed + 1` rm -f $KRB5CCNAME_PATH