File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -168,9 +168,11 @@ can be configured.
168
168
# on 2.4 and 2.6 is :plain)
169
169
auth_mech: :scram
170
170
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.
174
176
# If no auth source is specified, the default auth source as
175
177
# determined by the driver will be used. Please refer to:
176
178
# https://docs.mongodb.com/ruby-driver/current/reference/authentication/#auth-source
You can’t perform that action at this time.
0 commit comments