Revert "FIXME??? testprogs: Change in semantics"
authorStefan Metzmacher <metze@samba.org>
Fri, 21 Oct 2016 05:56:05 +0000 (07:56 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2019 12:55:23 +0000 (13:55 +0100)
This reverts commit 67fd8a7a5cb7cea7dbcd99e0b4fd9d0a1915a58c.

testprogs/blackbox/test_password_settings.sh

index fd014ef31b024ad8fb13ac1d1f41ccd8136f8c1a..93e03770ed20c603f79d96ba9546db66746feecb 100755 (executable)
@@ -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