LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
lemonldap-ng/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Server/Fail.pm

10 lines
177 B

package Lemonldap::NG::Handler::Server::Fail;
use strict;
use base 'Lemonldap::NG::Handler::Lib::Fail',
'Lemonldap::NG::Handler::Server::Main';
our $VERSION = '2.0.6';
1;