Typo & logger

environments/ppa-mbqj77/deployments/819^2
Christophe Maudoux 6 years ago
parent 0fdf7bf132
commit 5d9fc02205
  1. 2
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Lib/AuthBasic.pm
  2. 4
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Lib/ZimbraPreAuth.pm
  3. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Issuer/SAML.pm

@ -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 strict;
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;
}

Loading…
Cancel
Save