Code

update: gosa-si-client submits at registration gosaLastSystem and gosaLastSystemLogin
authorrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 29 Sep 2008 11:23:36 +0000 (11:23 +0000)
committerrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 29 Sep 2008 11:23:36 +0000 (11:23 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12557 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/gosa-si-client

index dc11a0724036810a294b546aa77cd93ba9f99103..79a06d412386c6a77507fd2d98bf0a93b68a2317 100755 (executable)
@@ -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");