Novell ACCESS MANAGER 3.1 SP2 - POLICY GUIDE 2010 Manual page 134

Hide thumbs Also See for ACCESS MANAGER 3.1 SP2 - POLICY GUIDE 2010:
Table of Contents

Advertisement

The information in this section uses this sample form to explain how to create a policy. This sample
form deliberately contains a variety of field types:
Input items for Username and Password
Selection options for the Web server field
Radio buttons for the role
Check boxes for single sign-on
When you analyze a form, you need to decide if you want the policy to fill in all the fields or just
some of them. You then need to look at the source HTML of the form to discover the names of the
fields and their types.
An HTML form is created using a set of HTML tags. A form consists of elements such as fields,
menus, check boxes, radio buttons, and push buttons that control how the form is completed and
submitted. For more detailed information about forms, see the Forms section at
www.w3.org/TR/html401/interact/forms.html).
The following HTML data corresponds to the sample form (see
the information needed to create a Form Fill policy appear in bold type. Each line corresponds to a
field in the form that requires information or allows the user to select information.
In the example, each bold line contains information about a field, its name, and type. You use this
information in the policy to specify how the information in the field is filled.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Form Fill Test Page</title>
</head>
<body>
<form name="mylogin" action="validatepassword.php" method="post"
id="mylogin">
<table align="center" border="0" cellpadding="4" cellspacing="4">
<tr align="center" valign="top">
<td>
134 Novell Access Manager 3.1 SP2 Policy Guide
<p align="center"><font size="5">Novell Services Login
</font></p>
<table align="center" border="0">
<tr align="left">
<td>Username:</td>
<td><input type="text" name="username" size="30"></td>
</tr>
<tr align="left">
<td>Password:</td>
<td><input type="password" name="password" size="30">
</td>
</tr>
<tr align="left">
<td>City of<br>Employment:</td>
<td><input type="text" name="city" size="30"></td>
www.w3.org (http://
Figure
5-1). The lines that contain

Advertisement

Table of Contents
loading

Table of Contents