Mise à jour de la prop pour auth LL::NG

This commit is contained in:
Daniel Berteaud 2012-09-04 14:00:16 +02:00
parent f9658822a5
commit 5c9a0e54e5
1 changed files with 8 additions and 8 deletions

View File

@ -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 ){