From: hickert Date: Thu, 18 Mar 2010 12:47:39 +0000 (+0000) Subject: Updated ACLs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c8ea821e92aded3503db6a96d3fef0e2eb025e08;p=gosa.git Updated ACLs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16909 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/opsi/admin/opsiLicenses/class_licensePoolGeneric.inc b/gosa-plugins/opsi/admin/opsiLicenses/class_licensePoolGeneric.inc index 5c24ddc65..173e55459 100644 --- a/gosa-plugins/opsi/admin/opsiLicenses/class_licensePoolGeneric.inc +++ b/gosa-plugins/opsi/admin/opsiLicenses/class_licensePoolGeneric.inc @@ -291,6 +291,7 @@ class licensePoolGeneric extends plugin $id = trim($_GET['id']); if(isset($this->licenses[$id])){ $this->dialog = new licenseGeneric($this->config,$this->dn,$this->licenses[$id], $this->opsiHosts); + $this->dialog->set_acl_category('opsi'); $this->dialog->set_acl_base($this->config->current['BASE']); } } @@ -368,6 +369,7 @@ class licensePoolGeneric extends plugin if(preg_match("/w/",$this->getacl("licenses"))){ if(isset($_POST['addLicense'])){ $this->dialog = new licenseGeneric($this->config,$this->dn,array(), $this->opsiHosts); + $this->dialog->set_acl_category('opsi'); $this->dialog->set_acl_base($this->config->current['BASE']); } } @@ -379,6 +381,7 @@ class licensePoolGeneric extends plugin $id = preg_replace("/^editLicense_(.*)$/","\\1",$name); if(isset($this->licenses[$id])){ $this->dialog = new licenseGeneric($this->config,$this->dn,$this->licenses[$id], $this->opsiHosts); + $this->dialog->set_acl_category('opsi'); $this->dialog->set_acl_base($this->config->current['BASE']); } break;