[etc/ldap.py] Accès à vo pour les câbleurs.
This commit is contained in:
parent
4515bc6fa0
commit
ba54c7f3b0
2 changed files with 3 additions and 0 deletions
|
@ -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"/>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue