Skip to content

DOCSP-9767 enterprise includes community auth mechanisms #4038

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

Merged
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions source/core/authentication-mechanisms-enterprise.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Enterprise Authentication Mechanisms
:depth: 1
:class: singlecol

In addition to the authentication mechanisms offered, MongoDB Enterprise
provides integration with the following authentication mechanisms.
In addition to the authentication mechanisms offered in MongoDB
Community, MongoDB Enterprise provides integration with the following
external authentication mechanisms.

.. _security-auth-kerberos:

Expand Down
7 changes: 4 additions & 3 deletions source/core/authentication-mechanisms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ MongoDB supports the following authentication mechanisms:

- :doc:`x.509 Certificate Authentication </core/security-x.509>`.

In addition, MongoDB Enterprise also provides support for additional
mechanisms. See :doc:`/core/authentication-mechanisms-enterprise` for
additional mechanisms available in MongoDB Enterprise.
In addition, MongoDB Enterprise provides integration with a number of
external authentication mechanisms, including Kerberos and LDAP. See
:doc:`/core/authentication-mechanisms-enterprise` for the additional
authentication mechanisms supported by MongoDB Enterprise.

.. _authentication-mechanism-default:

Expand Down