username."_ekm_audit_log.tgz"; if ($_SERVER[REQUEST_METHOD] == "POST") { $operationInProgress = true; $status = new ReturnStatus(); $op = $_POST["op"]; if($op == "send") { send_ekm_audit_report($_REQUEST["start_date"], $_REQUEST["end_date"], $_REQUEST["email"], $fileName); } else if($op == "save") { save_ekm_audit_report($_REQUEST["start_date"], $_REQUEST["end_date"], $fileName); } else if($op == "download") { if (file_exists($fileName)) { $size = filesize($fileName); header("Pragma: "); header("Cache-Control: "); header("Content-Type: application/x-tar"); header("Content-Length: $size"); header("Content-Disposition: attachment; filename=\"".$user->username."_ekm_audit_log.tgz\""); header("Content-Location: ".$user->username."_ekm_audit_log.tgz"); header("Cache-Control: private"); $handle = fopen($fileName, "r"); fpassthru($handle); fclose($handle); unlink($fileName); return; } } print $status->out(); return; } $emailConfig = get_email_configuration($user); ?> EKM Audit Log

Tools - EKM Audit Log

View changes to the encryption status of the partitions and media in the library. These results can be filtered by date.

Start Date:

End Date:

EKM Partition Method Activity

Timestamp Partition Name EKM Method User
Page: of 2

Media Encryption Status

Timestamp Barcode Medium Serial Number Drive Serial Number Partition Name Encrypted
Page: of 2
smtpServer == ""); ?>