IBM Tivoli and Cisco User Manual

Page 433

Advertising
background image

Chapter 8. Remediation subsystem implementation

415

3. Understanding the tags described in the previous step, we now build a more

sophisticated HTML page for maximum password age check named
FAIL.html. This page will be used when the compliance check generates the
FAIL status. Figure 8-37 shows the resulting page.

Figure 8-37 Maximum password age HTML page

Example 8-7 shows the HTML source for the page.

Example 8-7 HTML source for password age policy details page

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<script type="text/javascript"></script>
<style type="text/css" media="all">

@import "file:/c:/Program

Files/IBM/SCM/client/scripts/com.ibm.scm.nac.posture.PolicyCollector/sentry
.css";
</style>
<title>
</title>
</head>
<body>

Advertising