Skip to content

DOCS-9968 Separated replset auth footnote into a section #2868

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions source/tutorial/enable-authentication.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ For authentication, MongoDB supports various
:doc:`/core/authentication-mechanisms`.

The following tutorial enables access control on a standalone
:program:`mongod` instance [#alternatives]_ and uses the :ref:`default authentication
:program:`mongod` instance and uses the :ref:`default authentication
mechanism <authentication-mechanism-default>`.

.. [#alternatives]
Replica sets and sharded clusters
---------------------------------

For replica sets and sharded clusters, you can also enable access
control by :doc:`enforcing internal
authentication </core/security-internal-authentication>`. For details, see
:doc:`/core/security-internal-authentication`.
Replica sets and sharded clusters require internal authentication
between members when access control is enabled. For more details,
please see :doc:`/core/security-internal-authentication`.

User Administrator
------------------
Expand Down