You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/reference/content/reference/driver/authentication.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ var settings = new MongoClientSettings
124
124
125
125
[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.
126
126
127
-
{{% 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 %}}
127
+
{{% 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 %}}
128
128
129
129
To create a Kerberos/GSSAPI credential, use the following method:
0 commit comments