From 233cdd009c12e2ca3044b43ce447c944d0ee8dc9 Mon Sep 17 00:00:00 2001 From: Fist0urs Date: Sat, 20 Feb 2016 01:38:00 +0100 Subject: [PATCH] Fix test.pl verify --- tools/test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test.pl b/tools/test.pl index 5d945fe0c..442ae8aeb 100755 --- a/tools/test.pl +++ b/tools/test.pl @@ -2234,7 +2234,7 @@ sub verify next unless ($signature eq "krb5tgs"); next unless (length ($checksum) == 32); - next unless (length ($edata2) == 64); + next unless (length ($edata2) >= 64); $salt = $user . '$' . $realm . '$' . $spn . '$' . substr ($edata2, 0, 16);