Skip to content

Commit 0badc05

Browse files
author
Ed Costello
committed
Fix wiki link and indenting for keyFile section
1 parent 757d467 commit 0badc05

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

source/administration/configuration.txt

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,7 @@ Consider the following explanation for these configuration decisions:
143143
connecting over the ``localhost`` interface for the first time to
144144
create user credentials.
145145

146-
.. seealso:: The ":wiki:`Security and Authentication <Security+and+Authentication>`" wiki page.
147-
148-
.. STUB ":doc:`/administration/security`"
146+
.. seealso:: :doc:`/administration/security`
149147

150148
Replication and Sharding Configuration
151149
--------------------------------------
@@ -164,8 +162,7 @@ among all members of the set. Consider the following:
164162
Use descriptive names for sets. Once configured use the
165163
:program:`mongo` shell to add hosts to the replica set.
166164

167-
.. seealso:: ":ref:`Replica set reconfiguration
168-
<replica-set-reconfiguration-usage>`.
165+
.. seealso:: :ref:`Replica set reconfiguration <replica-set-reconfiguration-usage>`.
169166

170167
To enable authentication for the :term:`replica set`, add the
171168
following option:
@@ -176,13 +173,13 @@ following option:
176173

177174
.. versionadded:: 1.8 for replica sets, and 1.9.1 for sharded replica sets.
178175

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.
186183

187184
.. seealso:: The ":ref:`Replica set Reconfiguration <replica-set-reconfiguration-usage>`
188185
section for information regarding the process for changing replica

0 commit comments

Comments
 (0)