[etc/ldap.py] Accès à vo pour les câbleurs.

This commit is contained in:
Pierre-Elliott Bécue 2013-11-22 13:40:47 +01:00
parent 4515bc6fa0
commit ba54c7f3b0
2 changed files with 3 additions and 0 deletions

View file

@ -178,6 +178,7 @@
<Group name="2B"/>
<Group name="server-x"/>
<Group name="bureau"/>
<Group name="cableur"/>
<Group name="non-free"/>
<Group name="db-replicat-test"/>
<Group name="iscsi"/>

View file

@ -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)