Commit c6ff8aab authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes: #2729 Samba munged attributes should use their own ACLs

Showing with 0 additions and 2 deletions
+0 -2
......@@ -42,14 +42,12 @@ class MungedAttribute extends Attribute
foreach ($this->attrList as $key => $attr) {
if (isset($this->plugin->attributesAccess[$attr])) {
$this->plugin->attributesAccess[$attr]->setInLdap(FALSE);
$this->plugin->attributesAccess[$attr]->setAcl('sambaMungedDial');
} else {
unset($this->attrList[$key]);
}
}
foreach ($this->flagList as $attr) {
$this->plugin->attributesAccess[$attr]->setInLdap(FALSE);
$this->plugin->attributesAccess[$attr]->setAcl('sambaMungedDial');
}
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment