From 30f48361ef4055d00665e64ff056697749583018 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 24 Jul 2008 13:38:33 +0000 Subject: [PATCH] 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 --- .../goto/admin/systems/goto/class_workstationGeneric.inc | 3 +++ 1 file changed, 3 insertions(+) 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(); } } } -- 2.30.2