From 5c9a0e54e56b2c9d879a47466a80499398d5c7ba Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 4 Sep 2012 14:00:16 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20la=20prop=20pour=20?= =?UTF-8?q?auth=20LL::NG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/etc/e-smith/events/actions/awstats-init-domain | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/root/etc/e-smith/events/actions/awstats-init-domain b/root/etc/e-smith/events/actions/awstats-init-domain index faf05ef..eee4850 100644 --- a/root/etc/e-smith/events/actions/awstats-init-domain +++ b/root/etc/e-smith/events/actions/awstats-init-domain @@ -33,14 +33,14 @@ $vhost = $d->get("stats.$domain"); if (!$vhost){ $d->new_record("stats.$domain",{ - type => 'domain', - Content => 'Primary', - Description => "Statistiques web", - Nameservers => 'internet', - TemplatePath => 'WebAppVirtualHost', - DocumentRoot => '/usr/share/awstats/wwwroot', - LemonLDAP => 'enabled', - Removable => 'yes', + type => 'domain', + Content => 'Primary', + Description => "Statistiques web", + Nameservers => 'internet', + TemplatePath => 'WebAppVirtualHost', + DocumentRoot => '/usr/share/awstats/wwwroot', + Authentication => 'LemonLDAP', + Removable => 'yes', }); unless ( system("/sbin/e-smith/signal-event", "domain-create", "stats.$domain") == 0 ){