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
170
171
172
173
174
175
176
|
<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, Netscape, Internet software, e-commerce applications, electronic commerce, ebusiness, e-business, enterprise software, net economy, software, ecommerce solutions, e-commerce services, AOL, America Online, netscape software, netscape solutions, marketplace, digital marketplace" />
<meta name="description" content="Netscape, an AOL Time Warner Company, produces the world renowned
Netscape Browser as well as top notch server software." />
<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="07/10/03 13:41:23" />
<title>Netscape Directory Server Help: Replication Connection</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">
<img src="/manual/en/slapd/help/netscape32.gif" height="32" width="32" border="0" alt="Netscape logo" />
</td>
<td valign="middle">
<span class="product">Netscape Directory Server</span>
<span class="booktitle">Console Help</span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<hr size="1" noshade="noshade" />
<span class="navigation">
<a style="text-decoration: none; color:#006666" href="/manual/en/slapd/index.htm">
DocHome
</a>
</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="28845"> </a>
<a name="Replication Connection"> </a>
Replication Connection
</p>
<p class="text">
<a name="28939"> </a>
Use the Connection tab to display the type of connection used by your replica during replication. You can use this tab to modify the user bind name and password. You cannot change the connection type. To change the connection type, re-create the replication agreement.
</p>
<p class="text">
<a name="28848"> </a>
<b>Using Encrypted SSL Connection. </b>When selected, specifies that the supplier and consumer servers use SSL for secure communication.
</p>
<p class="text">
<a name="28849"> </a>
<b>SSL Client Authentication. </b>When selected, this option specifies that the supplier and consumer servers use certificates for secure communication. SSL client authentication is not used unless the "Using Encrypted SSL Connection" checkbox is selected. The Bind As and Password fields are unavailable with this option because the server will use its security certificate to authenticate to the consumer server.
</p>
<p class="text">
<a name="28850"> </a>
To select this option, you must first do the following:
</p>
<ul>
<li>
Configure SSL for both your supplier and consumer server.
<a name="28851"> </a>
<img src="/manual/en/slapd/help/pixel.gif" align="top" height="22" alt="" />
</li>
<li>
Configure your consumer server to recognize your supplier server's certificate as the supplier DN.
<a name="28852"> </a>
<img src="/manual/en/slapd/help/pixel.gif" align="top" height="22" alt="" />
</li>
</ul>
<p class="text">
<a name="28853"> </a>
<b>Simple Authentication. </b>When selected, this option specifies that the supplier and consumer servers use simple authentication during communication.
</p>
<p class="text">
<a name="28854"> </a>
<b>Bind As. </b>You can update the supplier bind DN in the Bind As text box.
</p>
<p class="text">
<a name="28855"> </a>
<b>Password. </b>You can update the password corresponding to the supplier bind DN in the Password field.
</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">
<a style="text-decoration: none; color:#006666" href="/manual/en/slapd/index.htm">
DocHome
</a>
</span>
<hr noshade="noshade" size="1" />
<p class="copy">© 2001 Sun Microsystems, Inc. Portions copyright 1999, 2002-2003 Netscape Communications Corporation. All rights reserved.</p>
<br />
<p class="update">Last Updated <b>July 10, 2003</b></p>
<!--end footercontent-->
<!--end maincontent-->
</body>
</html>
|