Netscape MANAGEMENT SYSTEM 4.5 - PLUG-IN Manual page 319

Table of Contents

Advertisement

<tr>
<td valign="TOP">
<div align="RIGHT">
<font face="PrimaSans BT, Verdana, Arial, Helvetica,
sans-serif" size="-1">Organization unit: </font>
</div>
</td>
<td valign="TOP">
<input type="TEXT" name="OU" size="30"
onchange="formulateDN(this.form, this.form.subject)">
</td>
</tr>
<tr>
<td valign="TOP">
<div align="RIGHT">
<font face="PrimaSans BT, Verdana, Arial, Helvetica,
sans-serif" size="-1">Domain component: </font>
</div>
</td>
<td valign="TOP">
<input type="TEXT" name="DC" size="30"
onchange="formulateDN(this.form, this.form.subject)">
</td>
</tr>
Save your changes and close the file.
4.
Go to this directory:
5.
Open the
6.
cms-funcs.js
Find the line with
7.
component will follow) and add the
component is
DC
if (form.OU != null) {
if (OU.value != '') {
if (doubleQuotes(OU.value) == true) {
alert('Double quotes are not allowed in Org Unit
OU.value = '';
OU.focus();
return;
}
if (distinguishedName.value != '')
distinguishedName.value += ', ';
<server_root>/cert-<instance_id>/web/ee
file in a text editor.
(or the component that the new
form.OU != null
if
and comes after
, you need to add the lines shown in bold:
OU
field');
DNs in Certificate Management System
block. For example, if the new
Appendix A
Distinguished Names
319

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netscape management system 4.5

Table of Contents