Skip to content

Fix grammatical problems in delegated credentials section #745

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
14 changes: 7 additions & 7 deletions source/reference/privilege-documents.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ Delegated Credentials for MongoDB Authentication
.. versionadded:: 2.4

With a new document format in the
:data:`system.users <<database>.system.users>`, MongoDB now supports
the ability to delegate authentication credentials to other sources
and databases. The :data:`~<database>.system.users.userSource`, field
in these documents, forces MongoDB to us another source for
:data:`system.users <<database>.system.users>` collection, MongoDB now
supports the ability to delegate authentication credentials to other
sources and databases. The :data:`~<database>.system.users.userSource`
field in these documents forces MongoDB to use another source for
credentials.

.. todo:: include use cases and tutorials for authentication
Expand All @@ -181,9 +181,9 @@ Consider the following document in a :data:`system.users
roles: []
}

Then for *every* database that the ``application0`` requires access,
add documents that resemble to the following in the
:data:`system.users <<database>.system.users>` collection:
Then for *every* database that the ``application0`` user requires
access, add documents to the :data:`system.users
<<database>.system.users>` collection that resemble the following:

.. code-block:: javascript

Expand Down