From: psc Date: Thu, 25 Feb 2010 14:35:32 +0000 (+0000) Subject: Apply patch for #3736 X-Git-Url: https://git.tokkee.org/?p=gosa.git;a=commitdiff_plain;h=b23ab4c643f77f523724156b5fcdd33942797afc Apply patch for #3736 Copy & Paste needs to copy the gotoLDAPServers and gotoLDAPInherit attributes, otherwise active workstations can not be copied. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@15713 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc index 146062909..e4749fb1f 100644 --- a/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc +++ b/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc @@ -991,7 +991,7 @@ 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", "gotoLdap_inherit") as $attr){ $this->$attr = $source_o->$attr; } }