lemonldap-ng/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Server/AuthBasic.pm

15 lines
322 B
Perl
Raw Normal View History

2017-02-11 08:47:22 +01:00
# Auth-basic authentication with Lemonldap::NG rights management
# This specific handler is intended to be called directly by Apache
package Lemonldap::NG::Handler::Server::AuthBasic;
use strict;
use base 'Lemonldap::NG::Handler::Lib::AuthBasic',
'Lemonldap::NG::Handler::Server::Main';
our $VERSION = '2.0.0';
1;