Red Hat CERTIFICATE SYSTEM 7.1 - ADMINISTRATOR Administrator's Manual page 761

Hide thumbs Also See for CERTIFICATE SYSTEM 7.1 - ADMINISTRATOR:
Table of Contents

Advertisement

<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.
CS-funcs.js
Find the line with
7.
form.OU != null
follow) and add the
after
, you need to add the lines shown in bold:
OU
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 += ', ';
distinguishedName.value += 'OU=' +
escapeDNComponent(OU.value);
}
}
<server_root>/cert-<instance_id>/web-apps/ee
file in a text editor.
(or the component that the new component will
block. For example, if the new component is
if
field');
DNs in Certificate System
and comes
DC
Appendix I
Distinguished Names
761

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the CERTIFICATE SYSTEM 7.1 - ADMINISTRATOR and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Certificate system 7.1 - adminsistrator

Table of Contents