@@ -143,9 +143,7 @@ Consider the following explanation for these configuration decisions:
143
143
connecting over the ``localhost`` interface for the first time to
144
144
create user credentials.
145
145
146
- .. seealso:: The ":wiki:`Security and Authentication <Security+and+Authentication>`" wiki page.
147
-
148
- .. STUB ":doc:`/administration/security`"
146
+ .. seealso:: :doc:`/administration/security`
149
147
150
148
Replication and Sharding Configuration
151
149
--------------------------------------
@@ -164,8 +162,7 @@ among all members of the set. Consider the following:
164
162
Use descriptive names for sets. Once configured use the
165
163
:program:`mongo` shell to add hosts to the replica set.
166
164
167
- .. seealso:: ":ref:`Replica set reconfiguration
168
- <replica-set-reconfiguration-usage>`.
165
+ .. seealso:: :ref:`Replica set reconfiguration <replica-set-reconfiguration-usage>`.
169
166
170
167
To enable authentication for the :term:`replica set`, add the
171
168
following option:
@@ -176,13 +173,13 @@ following option:
176
173
177
174
.. versionadded:: 1.8 for replica sets, and 1.9.1 for sharded replica sets.
178
175
179
- Setting :setting:`keyFile` enables authentication and specifies a key
180
- file for the replica set member use to when authenticating to each
181
- other. The content of the key file is arbitrary, but must be the same
182
- on all members of the :term:`replica set` and :program:`mongos`
183
- instances that connect to the set. The keyfile must be less one
184
- kilobyte in size and may only contain characters in the base64 set and
185
- file must not have group or "world" permissions on UNIX systems.
176
+ Setting :setting:`keyFile` enables authentication and specifies a key
177
+ file for the replica set member use to when authenticating to each
178
+ other. The content of the key file is arbitrary, but must be the same
179
+ on all members of the :term:`replica set` and :program:`mongos`
180
+ instances that connect to the set. The keyfile must be less one
181
+ kilobyte in size and may only contain characters in the base64 set and
182
+ file must not have group or "world" permissions on UNIX systems.
186
183
187
184
.. seealso:: The ":ref:`Replica set Reconfiguration <replica-set-reconfiguration-usage>`
188
185
section for information regarding the process for changing replica
0 commit comments