Missing files (#1067)

environments/ppa-mbqj77/deployments/1
Xavier Guimard 8 years ago
parent ed748080d1
commit 511264db84
  1. 13
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/ApacheMP2/CDA.pm
  2. 13
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/AuthBasic.pm
  3. 13
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/CDA.pm
  4. 13
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Server/CDA.pm

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

@ -0,0 +1,13 @@
# LLNG wrapper class to enable AuthBasic handler with auto-protected PSGI
#
# See http://lemonldap-ng.org/documentation/latest/handlerarch
package Lemonldap::NG::Handler::Server::AuthBasic;
use strict;
use base 'Lemonldap::NG::Handler::Lib::AuthBasic',
'Lemonldap::NG::Handler::PSGI::Main';
our $VERSION = '2.0.0';
1;

@ -0,0 +1,13 @@
# LLNG wrapper class to enable CDA handler with auto-protected PSGI
#
# See http://lemonldap-ng.org/documentation/latest/handlerarch
package Lemonldap::NG::Handler::Server::CDA;
use strict;
use base 'Lemonldap::NG::Handler::Lib::CDA',
'Lemonldap::NG::Handler::PSGI::Main';
our $VERSION = '2.0.0';
1;

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