From ba54c7f3b0276a79deeca469bd3194b9b09eacbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Fri, 22 Nov 2013 13:40:47 +0100 Subject: [PATCH] =?UTF-8?q?[etc/ldap.py]=20Acc=C3=A8s=20=C3=A0=20vo=20pour?= =?UTF-8?q?=20les=20c=C3=A2bleurs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Metadata/groups.xml | 1 + etc/python/ldap.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Metadata/groups.xml b/Metadata/groups.xml index 68a8b0f..2e57628 100644 --- a/Metadata/groups.xml +++ b/Metadata/groups.xml @@ -178,6 +178,7 @@ + diff --git a/etc/python/ldap.py b/etc/python/ldap.py index 856b843..1bf7459 100644 --- a/etc/python/ldap.py +++ b/etc/python/ldap.py @@ -35,4 +35,6 @@ else: droits.append("(droits=WebMaster)") if has("bureau"): droits.append("(droits=Bureau)") + if has("cableur"): + droits.append("(droits=Cableur)") ldap_filter = ''.join(droits)