Code

Fix problems with removing services after saving
[gosa.git] / trunk / gosa-plugins / systems / admin / systems / class_serverService.inc
index 4bd58ed1894d29ca7ff73227e0b95b6f0595615e..da19de44cddacb6c9ab94a7a497eb5ad2b3cb9c7 100644 (file)
@@ -54,6 +54,9 @@ class ServerService extends plugin
     $this->parent = $parent;
     $this->dn= $dn;
 
+    /* Initialize acl_base */
+    $this->set_acl_base($this->dn);
+
     /* Adapt parent attributes */
     if(isset($this->parent->attrs)){
       $this->attrs = $this->parent->attrs;