1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!--This html file is XHTML complaint, as set forth in the
w3c recommendations except for the following:
Lists work as they do in older versions on HTML and not as
directed in XHTML.
The <a name=" "> tags have targets that use spaces. -->
<meta name="keywords" content="e-commerce, ecommerce, Internet software, e-commerce applications, electronic commerce, ebusiness, e-business, enterprise software, net economy, software, ecommerce solutions, e-commerce services, netscape, marketplace, digital marketplace, Red Hat, Fedora" />
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<meta name="templatebase"
content="Authored in FrameMaker. Converted to HTML in WebWorks Publisher. manual wdt 1.6">
<meta name="LASTUPDATED" content="04/29/03 15:35:31">
<title>Directory Server Help: Settings Tab</title>
<!--The following is a javascript which determines whether the client
is on a Windows machine, or is on another type of operating system. Once
the operating system is determined, either a windows or other operating
system cascading style sheet is used. -->
<script type="text/JavaScript" src="help_files/sniffer.js">
</script>
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"
link="#006666" vlink="#006666" alink="#000066">
<!--maincontent defines everything between the body tags -->
<!--start maincontent--><!--navigationcontent defines the top row of links and the banner --><!--start navigationcontent-->
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="bottom" width="67"> <img alt=""> </td>
<td valign="middle"> <span class="product">
Directory Server</span> <span class="booktitle">Console Help</span> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<hr size="1" noshade="noshade"><span class="navigation">
<!-- BEGIN DOC CONTROLLER --
<a style="text-decoration: none; color: rgb(0, 102, 102);" href="/manual/en/slapd/index.htm">
DocHome
</a>
-- END DOC CONTROLLER -->
</span> </td>
</tr>
</tbody>
</table>
<!--end navigationcontent-->
<!--bookcontent defines the actual content of the file, sans headers and footers --><!--start bookcontent-->
<blockquote><br>
<p class="h1"> <a name="28258"> </a><a name="Settings Tab"> </a>Attribute
Encryption Tab<br>
</p>
<p class="text"> <a name="25219"> </a>By configuring attribute
encryption, or database encryption, it is possible to encrypt highly
sensitive information as it is stored within the database. The values
of these attributes are encrypted and can only be read during a secure
session. Use this tab to select
attributes to encrypt.<br>
</p>
<p class="text"><b>Encrypted Attributes.</b> Text box of encrypted
attributes.<br>
</p>
<ul>
<li><span style="font-weight: bold;">Attribute name.</span> The
name of the attribute that is encrypted.<br>
</li>
<li><span style="font-weight: bold;">Encryption Algorithm.</span>
The encryption cipher used to encrypt that attribute.<br>
</li>
</ul>
<p class="text"> </p>
<p class="text"> <a name="25220"> </a><b>Add attribute.</b> Brings
up a list of all system attributes that can be encrypted.<br>
</p>
<p class="text"> <a name="25221"> </a><b>Delete attribute.</b>
Deletes an encrypted attribute. This does not delete the attribute or
its value; it disables encryption.<br>
<br>
</p>
<!-- BEGIN DOC CONTROLLER --
<p class="text"><big>See also</big><br>
<a href="/manual/en/slapd/ag/entry_dist.htm">Configuring Directory
Databases</a><br>
</p>
-- END DOC CONTROLLER -->
</blockquote>
<br>
<br>
<span class="navigation">
<!-- BEGIN DOC CONTROLLER --
<a style="text-decoration: none; color: rgb(0, 102, 102);" href="/manual/en/slapd/index.htm">
DocHome
</a>
-- END DOC CONTROLLER -->
</span>
<hr noshade="noshade" size="1">
<!-- BEGIN COPYRIGHT BLOCK -->
<p class="copy">
Copyright (C) Sun Microsystems, Inc. Used by permission.<br>
Copyright (C) 2005 Red Hat, Inc. All rights reserved.
</p>
<!-- END COPYRIGHT BLOCK -->
<br>
<p class="update">Last Updated <b>April 29, 2003</b></p>
<!--end footercontent--><!--end maincontent-->
</body>
</html>
|