summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 41e5698)
raw | patch | inline | side by side (parent: 41e5698)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 13:38:33 +0000 (13:38 +0000) | ||
committer | hickert <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
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 | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc
index 42ea13f71f6add60868c6481908b8e050db1aa81..abc4967247aa657a7a2871ef3b99c8ae39bbe2cb 100644 (file)
$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();
}
}
}