From: hickert Date: Thu, 24 Jul 2008 13:38:33 +0000 (+0000) Subject: Updated workstation Generic/Startup X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=30f48361ef4055d00665e64ff056697749583018;p=gosa.git Updated workstation Generic/Startup -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 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index 42ea13f71..abc496724 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -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(); } } }