From adb6f92315a527684f310fe64167c93a382bd69a Mon Sep 17 00:00:00 2001 From: Andrew Aldridge Date: Tue, 22 Nov 2016 08:06:31 -0500 Subject: [PATCH] Tweak authSource prose --- source/reference/connection-string.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/reference/connection-string.txt b/source/reference/connection-string.txt index cccb433593e..5bd333bf678 100644 --- a/source/reference/connection-string.txt +++ b/source/reference/connection-string.txt @@ -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 @@ -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