Code

Updated workstation Generic/Startup
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 13:38:33 +0000 (13:38 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 13:38:33 +0000 (13:38 +0000)
-Iherit everything for ogroups wasn't working. Ldap server settings were not inherited.

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

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

index 42ea13f71f6add60868c6481908b8e050db1aa81..abc4967247aa657a7a2871ef3b99c8ae39bbe2cb 100644 (file)
@@ -729,6 +729,9 @@ class workgeneric extends plugin
       $this->parent->by_object['workstartup']->gotoBootKernel = "default-inherited";
       $this->parent->by_object['workstartup']->gotoLdapServer = "default-inherited";
       $this->parent->by_object['workstartup']->FAIdebianMirror= "inherited";
+
+      $this->parent->by_object['workstartup']->gotoLdap_inherit = TRUE;
+      $this->parent->by_object['workstartup']->gotoLdapServers = array();
     }
   }
 }