X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=trunk%2Fgosa-plugins%2Fsystems%2Fadmin%2Fsystems%2Fclass_serverService.inc;h=da19de44cddacb6c9ab94a7a497eb5ad2b3cb9c7;hb=2e8e2597857244ace34b8c8579aae5e9d2db3bdd;hp=4bd58ed1894d29ca7ff73227e0b95b6f0595615e;hpb=58e87959eacc84c0fc1c9f6a03fdba8355bb7966;p=gosa.git diff --git a/trunk/gosa-plugins/systems/admin/systems/class_serverService.inc b/trunk/gosa-plugins/systems/admin/systems/class_serverService.inc index 4bd58ed18..da19de44c 100644 --- a/trunk/gosa-plugins/systems/admin/systems/class_serverService.inc +++ b/trunk/gosa-plugins/systems/admin/systems/class_serverService.inc @@ -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;