Skip to content

Commit c1245ea

Browse files
p-mongop
andauthored
Fix RUBY-2346 Tag names are downcased when given in URI options (#2038)
Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 36fc4d5 commit c1245ea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/tutorials/ruby-driver-create-client.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,13 @@ Ruby Options
267267

268268
* - ``:auth_mech_properties``
269269
- Provides additional authentication mechanism properties.
270+
271+
The keys in properties are interpreted case-insensitively.
272+
When the client is created, keys are lowercased.
273+
270274
- ``Hash``
271-
- none
275+
- When using the GSSAPI authentication mechanism, the default properties
276+
are ``{service_name: "mongodb"}``. Otherwise the default is nil.
272277

273278
* - ``:auth_source``
274279
- Specifies the authentication source.

0 commit comments

Comments
 (0)