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