File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ just that field::
320320How do I use Kerberos authentication with PyMongo?
321321--------------------------------------------------
322322
323- GSSAPI (Kerberos) authentication is available in the subscriber addition of
323+ GSSAPI (Kerberos) authentication is available in the subscriber edition of
324324MongoDB, version 2.4 and newer. To authenticate using GSSAPI you must first
325325install the python `kerberos module `_ using easy_install or pip. Make sure
326326you run kinit before using the following authentication methods::
@@ -350,4 +350,9 @@ or using :meth:`~pymongo.database.Database.authenticate`::
350350 >>> db.authenticate('[email protected] ', mechanism='GSSAPI') 351351 True
352352
353+ .. note ::
354+ Kerberos support is only provided in environments supported by the python
355+ `kerberos module `_. This currently limits support to CPython 2.x and Unix
356+ environments.
357+
353358.. _kerberos module : http://pypi.python.org/pypi/kerberos
You can’t perform that action at this time.
0 commit comments