From 474dd1dc95d96d696142d562d394f673e6c97cb7 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 23 Dec 2013 18:51:54 +0100 Subject: [PATCH] Fix default permissions on DL through LL::NG --- root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/035dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/035dl b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/035dl index ead1e8a..b6f3753 100644 --- a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/035dl +++ b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/035dl @@ -14,7 +14,7 @@ $conf->{'exportedHeaders'}->{"upload.$domain"} = { } unless ($conf->{'exportedHeaders'}->{"upload.$domain"}); $conf->{'locationRules'}->{"upload.$domain"} = { - '(?#10Auth)^/(admin|rest)\\.php' => '$groups =~ /\\badmins\\b/', + '(?#10Auth)^/(admin|rest)\\.php' => '$groups =~ /\\badmins|equipe\\b/', 'default' => 'unprotect' } unless ($conf->{'locationRules'}->{"upload.$domain"});