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)