diff --git a/source/tutorial/control-access-to-mongodb-with-kerberos-authentication.txt b/source/tutorial/control-access-to-mongodb-with-kerberos-authentication.txt index e1468121556..62ab03cf845 100644 --- a/source/tutorial/control-access-to-mongodb-with-kerberos-authentication.txt +++ b/source/tutorial/control-access-to-mongodb-with-kerberos-authentication.txt @@ -228,16 +228,14 @@ privileges as needed. Use MongoDB Drivers to Authenticate with Kerberos ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -At the time of release, the C++, Java, and C# drivers all +At the time of release, the C++, Java, C#, and Python drivers all provide support for Kerberos authentication to MongoDB. Consider the following tutorials for more information: - :ecosystem:`Java ` - :ecosystem:`C# ` - :ecosystem:`C++ ` - -.. uncomment wen links exist. - - :ecosystem:`Python ` +- `Python `_ .. _kerberos-troubleshooting: