diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Lib/ZimbraPreAuth.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Lib/ZimbraPreAuth.pm index 5d06c7f3b..47350147a 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Lib/ZimbraPreAuth.pm +++ b/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 );