Skip to content

Commit bd940f4

Browse files
committed
Mr. Shields' suggestion
1 parent 5264fcf commit bd940f4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/reference/configuration.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,11 @@ can be configured.
168168
# on 2.4 and 2.6 is :plain)
169169
auth_mech: :scram
170170

171-
# When authenticating, look up the user in this database.
172-
# This parameter is also called the authentication database or the
173-
# auth source.
171+
# Specify the auth source, i.e. the database or other source
172+
# which contains the user's login credentials.
173+
# Please review the server documentation for the authentication
174+
# mechanism you are using for more information on auth source(s)
175+
# that can be used with that authentication mechanism.
174176
# If no auth source is specified, the default auth source as
175177
# determined by the driver will be used. Please refer to:
176178
# https://docs.mongodb.com/ruby-driver/current/reference/authentication/#auth-source

0 commit comments

Comments
 (0)