lemonldap-ng/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/ApacheMP2/ZimbraPreAuth.pm
2019-02-12 18:21:38 +01:00

14 lines
344 B
Perl

# LLNG wrapper class to enable ZimbraPreAuth handler with Apache-2/ModPerl-2
#
# See https://lemonldap-ng.org/documentation/latest/handlerarch
package Lemonldap::NG::Handler::ApacheMP2::ZimbraPreAuth;
use strict;
use base 'Lemonldap::NG::Handler::Lib::ZimbraPreAuth',
'Lemonldap::NG::Handler::ApacheMP2::Main';
our $VERSION = '2.1.0';
1;