diff --git a/root/etc/e-smith/events/actions/ipasserelle-webapps-init-domains b/root/etc/e-smith/events/actions/ipasserelle-webapps-init-domains index f2fec0b..50f059a 100644 --- a/root/etc/e-smith/events/actions/ipasserelle-webapps-init-domains +++ b/root/etc/e-smith/events/actions/ipasserelle-webapps-init-domains @@ -34,14 +34,14 @@ $vhost = $d->get("upload.$domain"); if (!$vhost){ $d->new_record("upload.$domain",{ - type => 'domain', - Content => 'Primary', - Description => "OpenUpload", - Nameservers => 'internet', - TemplatePath => 'WebAppVirtualHost', - DocumentRoot => '/usr/share/openupload/www', - Removable => 'yes', - LemonLDAP => 'enabled' + type => 'domain', + Content => 'Primary', + Description => "OpenUpload", + Nameservers => 'internet', + TemplatePath => 'WebAppVirtualHost', + DocumentRoot => '/usr/share/openupload/www', + Removable => 'yes', + Authentication => 'LemonLDAP' }); unless ( system("/sbin/e-smith/signal-event", "domain-create", "upload.$domain") == 0 ){ @@ -53,14 +53,14 @@ $vhost = $d->get("rss.$domain"); if (!$vhost){ $d->new_record("rss.$domain",{ - type => 'domain', - Content => 'Primary', - Description => "Tiny Tiny RSS", - Nameservers => 'internet', - TemplatePath => 'WebAppVirtualHost', - DocumentRoot => '/usr/share/tt-rss', - Removable => 'yes', - LemonLDAP => 'enabled' + type => 'domain', + Content => 'Primary', + Description => "Tiny Tiny RSS", + Nameservers => 'internet', + TemplatePath => 'WebAppVirtualHost', + DocumentRoot => '/usr/share/tt-rss', + Removable => 'yes', + Authentication => 'LemonLDAP' }); unless ( system("/sbin/e-smith/signal-event", "domain-create", "rss.$domain") == 0 ){ @@ -72,14 +72,14 @@ $vhost = $d->get("echange.$domain"); if (!$vhost){ $d->new_record("echange.$domain",{ - type => 'domain', - Content => 'Primary', - Description => "Ajaxplorer", - Nameservers => 'internet', - TemplatePath => 'WebAppVirtualHost', - DocumentRoot => '/usr/share/ajaxplorer', - Removable => 'yes', - LemonLDAP => 'enabled' + type => 'domain', + Content => 'Primary', + Description => "Ajaxplorer", + Nameservers => 'internet', + TemplatePath => 'WebAppVirtualHost', + DocumentRoot => '/usr/share/ajaxplorer', + Removable => 'yes', + Authentication => 'LemonLDAP' }); unless ( system("/sbin/e-smith/signal-event", "domain-create", "echange.$domain") == 0 ){ @@ -92,14 +92,14 @@ $vhost = $d->get("wiki.$domain"); if (!$vhost){ $d->new_record("wiki.$domain",{ - type => 'domain', - Content => 'Primary', - Description => "Dokuwiki", - Nameservers => 'internet', - TemplatePath => 'WebAppVirtualHost', - DocumentRoot => '/usr/share/dokuwiki', - Removable => 'yes', - LemonLDAP => 'enabled' + type => 'domain', + Content => 'Primary', + Description => "Dokuwiki", + Nameservers => 'internet', + TemplatePath => 'WebAppVirtualHost', + DocumentRoot => '/usr/share/dokuwiki', + Removable => 'yes', + Authentication => 'LemonLDAP' }); unless ( system("/sbin/e-smith/signal-event", "domain-create", "wiki.$domain") == 0 ){