We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1fa78 commit 9f6d8efCopy full SHA for 9f6d8ef
source/security/auth-mechanisms/kerberos.txt
@@ -117,7 +117,6 @@ see the corresponding syntax for connecting to MongoDB with Kerberos authenticat
117
:tabid: mongo-credential
118
119
.. code-block:: ruby
120
- :emphasize-lines: 1
121
122
client = Mongo::Client.new(['<hostname>[:<port>]'],
123
auth_mech: :gssapi,
source/security/auth-mechanisms/ldap.txt
@@ -66,7 +66,6 @@ see the corresponding syntax:
66
67
68
69
70
71
client = Mongo::Client.new([ '<hostname>' ],
72
auth_mech: :plain,
0 commit comments