Code

Fixed problem with 'Apply' an opsi hosts.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Apr 2010 09:10:11 +0000 (09:10 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Apr 2010 09:10:11 +0000 (09:10 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17582 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/class_systemManagement.inc

index 3cf9db8c499cfb48ab9241b63c9c22eda349cebc..67f2bd4fcfa102416deb2e0fb2fc786d99e3664e 100644 (file)
@@ -1033,6 +1033,7 @@ class systemManagement extends management
       $hostId =  $this->tabObject->by_object['opsiGeneric']->hostId;
       $mac    =  $this->tabObject->by_object['opsiGeneric']->mac;
       $this->opsi->job_opsi_activate_client($hostId,$mac);
+      $this->tabObject->set_acl_base($this->dn);
 
     }elseif(isset($this->tabObject->was_activated) && $this->tabObject->was_activated){
       $this->activate_new_device($this->tabObject->dn);