Code

Fixed copy&paste for workstations
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 1 Oct 2009 15:34:52 +0000 (15:34 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 1 Oct 2009 15:34:52 +0000 (15:34 +0000)
-Include ldap server list in copies

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14453 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc

index ae047a7e9b609968c22ce4d680606c5634669105..94aec44278f2a4c457d8f0e97d94e784d033a039 100644 (file)
@@ -987,7 +987,8 @@ class workstartup extends plugin
     plugin::PrepareForCopyPaste($source);    
     $source_o = new workstartup ($this->config, $source['dn']);
     foreach(array("FAIclass","gotoModules", "gotoAutoFs", "gotoFilesystem",
-          "gotoKernelParameters","gotoShares") as $attr){
+          "gotoKernelParameters","gotoShares","gotoLdapServers","gotoLdapServerList",
+          "gotoLdap_inherit") as $attr){
       $this->$attr = $source_o->$attr;
     }
   }