Missing files (#1067)
parent
ed748080d1
commit
511264db84
@ -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…
Reference in new issue