To prepare separate descriptions for each of these conditions we create two subdirectories named after the checks. In the Minimum Password Length subdirectory we create an HTML page named WARN.html, shown in Figure 8-36.

Figure 8-36 Minimum password length HTML warning page

This page includes simple instructions to the user for changing the minimum password length setting. This page mostly consists of static HTML, shown in Example 8-6.It also introduces some of the tags described in 8.3.2, “Variables and variable tags” on page 402.

Example 8-6 HTML source for password length 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>

Chapter 8. Remediation subsystem implementation

413

Page 431
Image 431
IBM Tivoli and Cisco manual 413, Example 8-6 Html source for password length policy details