summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 44fe1d1)
raw | patch | inline | side by side (parent: 44fe1d1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 8 Apr 2010 14:32:46 +0000 (14:32 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 8 Apr 2010 14:32:46 +0000 (14:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17561 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc
index f902a92e0608c4a8a6f759164175b8cf81f13f1b..1b263607402aac33ed7dccea245c7ed01d5a63db 100644 (file)
$this->handle_post_events("modify");
/* Check if LDAP server has changed */
- if ((isset($this->attrs['gotoLdapServer']) && class_available("DaemonEvent")) || $this->gotoLdap_inherit){
+ if ($this->si_active && (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'])){