From: hickert Date: Wed, 28 May 2008 09:44:00 +0000 (+0000) Subject: Updated acls X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6896b130ea214c2ee98facde0cc2a034d3ed5ced;p=gosa.git Updated acls git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11073 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_servGeneric.inc b/gosa-plugins/systems/admin/systems/class_servGeneric.inc index cc451e006..29afb9558 100644 --- a/gosa-plugins/systems/admin/systems/class_servGeneric.inc +++ b/gosa-plugins/systems/admin/systems/class_servGeneric.inc @@ -342,7 +342,7 @@ class servgeneric extends plugin */ if($this->orig_dn == "new" && !$this->acl_is_createable($this->base)){ $message[] = msgPool::permCreate(); - }elseif($this->cn != $this->orig_cn || $this->base != $this->orig_base && !$this->acl_is_moveable($this->base)){ + }elseif($this->base != $this->orig_base && !$this->acl_is_moveable($this->base)){ $message[] = msgPool::permMove(); }