From 7690995769917dbb7e65223aac6646d396a29ac6 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 16 Apr 2008 15:45:50 +0000 Subject: [PATCH] Added inherit mode git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10517 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_workstationStartup.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc index 785719501..2c167fc01 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc @@ -925,7 +925,7 @@ class workstartup extends plugin $this->handle_post_events("modify"); /* Check if LDAP server has changed */ - if ((isset($this->attrs['gotoLdapServer']) && class_available("DaemonEvent"))){ + if ((isset($this->attrs['gotoLdapServer']) && class_available("DaemonEvent")) || $this->gotoLdap_inherit){ $events = DaemonEvent::get_event_types(SYSTEM_EVENT | HIDDEN_EVENT); $o_queue = new gosaSupportDaemon(); if(isset($events['TRIGGERED']['DaemonEvent_reload_ldap_config'])){ -- 2.30.2