From f0bfb56462bb65058325cf89e81ee2638940e57b Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 12 Feb 2008 12:56:41 +0000 Subject: [PATCH] Moved to mac based target git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8859 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_workstationGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index 817b806e7..e201dd3dd 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -562,7 +562,7 @@ class workgeneric extends plugin show_ldap_error($ldap->get_error(), sprintf(_("Saving of system workstation/generic with dn '%s' failed."),$this->dn)); if ($activate){ - gosaSupportDaemon::send("gosa_set_activated_for_installation", $this->netConfigDNS->ipHostNumber); + gosaSupportDaemon::send("gosa_set_activated_for_installation", $this->netConfigDNS->macAddress); } } -- 2.30.2