From cea0923d9c1b5c883f15be12a2054e5f9015e2d6 Mon Sep 17 00:00:00 2001 From: Rob van Son Date: Thu, 21 Jun 2012 14:52:49 +0200 Subject: [PATCH] Setting Salt in set_password --- CGIscriptor.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CGIscriptor.pl b/CGIscriptor.pl index d8e9286..56a2391 100755 --- a/CGIscriptor.pl +++ b/CGIscriptor.pl @@ -3909,6 +3909,8 @@ sub TicketSignature # ($ticket, $serversalt [, $masterkey]) -> $Signature $SignText .= "Expires: @tmp\n"; @tmp = sort(@{$ticket->{'Capabilities'}}); $SignText .= "Capabilities: @tmp\n"; +print STDERR $SignText; +print STDERR $hash1; $Signature = hash_string(${'hash1'}.$SignText); }; }; -- 2.11.4.GIT