summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b1d4dff)
raw | patch | inline | side by side (parent: b1d4dff)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Feb 2008 12:56:41 +0000 (12:56 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Feb 2008 12:56:41 +0000 (12:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8859 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 817b806e7036ed78a55fcb3a8de84540ffd9b1e2..e201dd3dd8877e533c145e8904ed280bc6bf38a0 100644 (file)
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);
}
}