Replace My::Package with Lemonldap::NG::Handler in default virtualhost templates

This commit is contained in:
Daniel Berteaud 2016-12-07 11:46:21 +01:00
parent f32e0d01a4
commit 445a4e5004
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
if (($domain->prop('LemonLDAP') || 'disabled') eq 'enabled'){
$OUT .= " # This virtualhost is configured to be protected by LemonLDAP NG\n" .
" PerlHeaderParserHandler My::Package\n" .
" PerlHeaderParserHandler Lemonldap::NG::Handler\n" .
" ErrorDocument 403 https://auth.$DomainName/?lmError=403\n" .
" ErrorDocument 500 https://auth.$DomainName/?lmError=500\n";
}