lemonldap-ng/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Server/ZimbraPreAuth.pm
2017-02-16 07:37:40 +00:00

14 lines
334 B
Perl

# LLNG wrapper class to enable ZimbraPreAuth handler with FastCGI handler
#
# See http://lemonldap-ng.org/documentation/latest/handlerarch
package Lemonldap::NG::Handler::Server::ZimbraPreAuth;
use strict;
use base 'Lemonldap::NG::Handler::Lib::ZimbraPreAuth',
'Lemonldap::NG::Handler::Server::Main';
our $VERSION = '2.0.0';
1;