diff --git a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/007default b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/007default index 2f361c8..a087fcb 100644 --- a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/007default +++ b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/007default @@ -9,6 +9,7 @@ delete $conf->{'applicationList'}->{'3documentation'} if ($conf->{'applicationLi foreach my $section (qw/locationRules vhostOptions exportedHeaders/){ delete $conf->{$section}->{'test1.example.com'} if ($conf->{$section}->{'test1.example.com'}); delete $conf->{$section}->{'test2.example.com'} if ($conf->{$section}->{'test2.example.com'}); + delete $conf->{$section}->{'manager.example.com'} if ($conf->{$section}->{'manager.example.com'}); } # Add defaults categories