Set version & tidy (#1954)

environments/ppa-mbqj77/deployments/821^2
Christophe Maudoux 6 years ago
parent 9d245fe819
commit 0f32b7db82
  1. 6
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Lib/ZimbraPreAuth.pm

@ -11,12 +11,12 @@ package Lemonldap::NG::Handler::Lib::ZimbraPreAuth;
use strict;
use Digest::HMAC_SHA1 qw(hmac_sha1_hex);
our $VERSION = '2.0.6';
our $VERSION = '2.0.7';
# Overload main run method
sub run {
my ( $class, $req ) = @_;
my ($ret, $session) = $class->Lemonldap::NG::Handler::Main::run($req);
my ( $class, $req ) = @_;
my ( $ret, $session ) = $class->Lemonldap::NG::Handler::Main::run($req);
# Continue only if user is authorized
return $ret unless ( $ret == $class->OK );

Loading…
Cancel
Save