@ -2,7 +2,7 @@ package Lemonldap::NG::Handler::Lib::AuthBasic;
use strict;
use Exporter;
use Digest::SHA;
use Digest::SHA qw(sha256_hex);
use MIME::Base64;
use HTTP::Headers;
@ -9,9 +9,9 @@
package Lemonldap::NG::Handler::Lib::ZimbraPreAuth;
use Digest::HMAC_SHA1 qw(hmac_sha1 hmac_sha1_hex);
use Digest::HMAC_SHA1 qw(hmac_sha1_hex);
our $VERSION = '2.0.0';
our $VERSION = '2.0.6';
# Overload main run method
sub run {
@ -1478,7 +1478,7 @@ sub sloRelayTerm {
my $session = $logout->get_session();
unless ($session) {
$self->lmLog( "Could not get session from logout", 'error' );
$self->logger->error( "Could not get session from logout" );
return PE_SAML_SLO_ERROR;
}