Use the new prop for LL::NG auth (Authentication=LemonLDAP instead of LemonLDAP=enabled)

tags/0.2.3
Daniel Berteaud 11 years ago
parent 7087242beb
commit aef96ff0b1
  1. 8
      root/etc/e-smith/events/actions/ipasserelle-webapps-init-domains

@ -41,7 +41,7 @@ if (!$vhost){
TemplatePath => 'WebAppVirtualHost', TemplatePath => 'WebAppVirtualHost',
DocumentRoot => '/usr/share/openupload/www', DocumentRoot => '/usr/share/openupload/www',
Removable => 'yes', Removable => 'yes',
LemonLDAP => 'enabled' Authentication => 'LemonLDAP'
}); });
unless ( system("/sbin/e-smith/signal-event", "domain-create", "upload.$domain") == 0 ){ unless ( system("/sbin/e-smith/signal-event", "domain-create", "upload.$domain") == 0 ){
@ -60,7 +60,7 @@ if (!$vhost){
TemplatePath => 'WebAppVirtualHost', TemplatePath => 'WebAppVirtualHost',
DocumentRoot => '/usr/share/tt-rss', DocumentRoot => '/usr/share/tt-rss',
Removable => 'yes', Removable => 'yes',
LemonLDAP => 'enabled' Authentication => 'LemonLDAP'
}); });
unless ( system("/sbin/e-smith/signal-event", "domain-create", "rss.$domain") == 0 ){ unless ( system("/sbin/e-smith/signal-event", "domain-create", "rss.$domain") == 0 ){
@ -79,7 +79,7 @@ if (!$vhost){
TemplatePath => 'WebAppVirtualHost', TemplatePath => 'WebAppVirtualHost',
DocumentRoot => '/usr/share/ajaxplorer', DocumentRoot => '/usr/share/ajaxplorer',
Removable => 'yes', Removable => 'yes',
LemonLDAP => 'enabled' Authentication => 'LemonLDAP'
}); });
unless ( system("/sbin/e-smith/signal-event", "domain-create", "echange.$domain") == 0 ){ unless ( system("/sbin/e-smith/signal-event", "domain-create", "echange.$domain") == 0 ){
@ -99,7 +99,7 @@ if (!$vhost){
TemplatePath => 'WebAppVirtualHost', TemplatePath => 'WebAppVirtualHost',
DocumentRoot => '/usr/share/dokuwiki', DocumentRoot => '/usr/share/dokuwiki',
Removable => 'yes', Removable => 'yes',
LemonLDAP => 'enabled' Authentication => 'LemonLDAP'
}); });
unless ( system("/sbin/e-smith/signal-event", "domain-create", "wiki.$domain") == 0 ){ unless ( system("/sbin/e-smith/signal-event", "domain-create", "wiki.$domain") == 0 ){

Loading…
Cancel
Save