From: rettenbe Date: Mon, 29 Sep 2008 11:23:36 +0000 (+0000) Subject: update: gosa-si-client submits at registration gosaLastSystem and gosaLastSystemLogin X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0e33d859fff20d3cc534e92c203d76cf475d69ed;p=gosa.git update: gosa-si-client submits at registration gosaLastSystem and gosaLastSystemLogin git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12557 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/gosa-si-client b/gosa-si/gosa-si-client index dc11a0724..79a06d412 100755 --- a/gosa-si/gosa-si-client +++ b/gosa-si/gosa-si-client @@ -806,6 +806,8 @@ sub fifo_got_record { my $clmsg_hash = &create_xml_hash("CLMSG_$header", $client_address, $server_address, $content); &add_content2xml_hash($clmsg_hash, "macaddress", $client_mac_address); + my $utc_ts = &get_utc_time(); + &add_content2xml_hash($clmsg_hash, "timestamp", $utc_ts); my $clmsg = &create_xml_string($clmsg_hash); &send_msg_to_target($clmsg, $server_address, $server_key, "CLMSG_$header");