lemonldap-ng/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/Custom.pm

13 lines
256 B
Perl
Raw Normal View History

package Lemonldap::NG::Portal::Auth::Custom;
use Lemonldap::NG::Portal::Lib::CustomModule;
use strict;
our @ISA = qw(Lemonldap::NG::Portal::Lib::CustomModule);
use constant {
custom_name => "Auth",
custom_config_key => "customAuth",
};
1;