Skip to content

Tweak authSource prose #2777

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
6 changes: 3 additions & 3 deletions source/reference/connection-string.txt
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@ Authentication Options
* - .. urioption:: authSource

- Specify the database name associated with the user's
credentials, if the users collection do not exist in the
database where the client is connecting. :urioption:`authSource`
credentials, if the ``users`` collection does not exist in the
database to which the client is connecting. :urioption:`authSource`
defaults to the database specified in the connection string.

For authentication mechanisms that delegate credential storage
Expand All @@ -405,7 +405,7 @@ Authentication Options
(Kerberos) authentication mechanisms.

MongoDB will ignore :urioption:`authSource` values if the
connection string specifies no user name.
connection string specifies no username.

* - .. urioption:: authMechanism

Expand Down