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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
|
<html>
<!--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. -->
<head>
<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:33" />
<title>Directory Server Help: Fractional Dialog</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="/manual/en/slapd/help/sniffer.js">
</script>
</head>
<body text="#000000" link="#006666" vlink="#006666" alink="#333366" bgcolor="#FFFFFF">
<!--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%">
<tr>
<td><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="bottom" width="67">
</td>
<td valign="middle">
<span class="product">Directory Server</span>
<span class="booktitle">Console Help</span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<hr size="1" noshade="noshade" />
<span class="navigation">
<!-- BEGIN DOC CONTROLLER --
<a style="text-decoration: none; color:#006666" href="/manual/en/slapd/index.htm">
DocHome
</a>
-- END DOC CONTROLLER -->
</span>
</td>
</tr>
</table>
<!--end navigationcontent-->
<!--bookcontent defines the actual content of the file, sans headers and footers --><!--start bookcontent-->
<blockquote><br>
<p class="h1">
<a name="28780"> </a><a name="Schedule Replication"> </a>Replicated
Attributes<br>
</p>
<p class="text">
<a name="28782"> </a>This screen will identify any attributes that
will not be replicated to the consumer, called <span
style="font-style: italic;">fractional replication</span>. Fractional
replication is a way of protecting sensitive information from less
secure machines or limiting the amount of information transmitted over
slow connections. By default, all attributes should be in the
"Included" column on the right, meaning all server attribute are
replicated.<br>
</p>
<p class="text"><span style="font-weight: bold;">Enable Fractional
Replication.</span> Check the check box to enable fractional
replication. <br>
</p>
<p class="text">
<a name="28783"> </a><b>Add All. </b>If any or all attributes have
been moved to the "Excluded" column on the left, selecting this button
will move them back to the "Included" column. This button is grayed out
unless the "Enable Fractional Replication" checkbox is selected.
</p>
<p class="text">
<a name="28784"> </a><b>Add ->. </b>This button will move
the highlight entry/entries from the "Excluded" column on the left to
the "Included" column on the right. This button is grayed out unless
the "Enable Fractional Replication" checkbox is selected.
</p>
<p class="text">
<a name="28785"> </a><b><- Remove. </b>This button will move the
highlight entry/entries from the "Included" column on the right to the
"Excluded" column on the left. This button is grayed out unless the
"Enable Fractional Replication" checkbox is selected.</p>
<p class="text"><b>Remove All. </b>This button will move all the
attributes from the "Included" column to the "Excluded" column. This
button is grayed out unless the "Enable Fractional Replication"
checkbox is selected.
</p>
</blockquote>
<!--end bookcontent-->
<!--footercontent defines the bottom navigation and the copyright. It also includes
the revision date--><!--start footercontent-->
<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>
<br>
<p class="copy">
This material may be distributed only subject to the terms and conditions set
forth in the Open Publication License, V1.0 or later (the latest version is
presently available at http://www.opencontent.org/openpub/).
</p>
<br>
<p class="copy">
Distribution of substantively modified versions of this document is prohibited
without the explicit permission of the copyright holder.
</p>
<br>
<p class="copy">
Distribution of the work or derivative of the work in any standard (paper)
book form for commercial purposes is prohibited unless prior permission
is obtained from the copyright holder.
</p>
<!-- END COPYRIGHT BLOCK -->
<br>
<p class="update">Last Updated <b>April 1, 2005</b></p>
<!--end footercontent--><!--end maincontent-->
</body>
</html>
|