Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 </tutorial/authenticate-with-java-driver/>`
- :ecosystem:`C# </tutorial/authenticate-with-csharp-driver/>`
- :ecosystem:`C++ </tutorial/authenticate-with-cpp-driver/>`

.. uncomment wen links exist.
- :ecosystem:`Python </tutorial/authenticate-with-python-driver/>`
- `Python <http://api.mongodb.org/python/current/faq.html#how-do-i-use-kerberos-authentication-with-pymongo>`_

.. _kerberos-troubleshooting:

Expand Down