Skip to content

Commit

Permalink
Fixed Hugo-related syntax error in reference documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesKovacs committed Jul 13, 2021
1 parent 875ea6d commit c04e50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/reference/content/reference/driver/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ var settings = new MongoClientSettings

[MongoDB Enterprise](http://www.mongodb.com/products/mongodb-enterprise) supports authentication using [Kerberos/GSSAPI](http://docs.mongodb.org/manual/core/authentication/#kerberos-authentication). The .NET driver supports Kerberos/GSSAPI authentication on Windows and Linux.

{{% note %}}Support for Kerberos/GSSAPI on Linux requires the shared library `libgssapi_krb5.so`. Please refer to your Linux package manager documentation for how to install this dependency if it is not already present on your system.{{% note %}}
{{% note %}}Support for Kerberos/GSSAPI on Linux requires the shared library `libgssapi_krb5.so`. Please refer to your Linux package manager documentation for how to install this dependency if it is not already present on your system.{{% /note %}}

To create a Kerberos/GSSAPI credential, use the following method:

Expand Down

0 comments on commit c04e50a

Please sign in to comment.