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

tags/0.1.3
Daniel Berteaud 12 years ago
parent f9658822a5
commit 5c9a0e54e5
  1. 16
      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 ){

Loading…
Cancel
Save