Skip to content

Commit 2fd2efa

Browse files
committed
Mention the pykerberos module, which supports python 3.
1 parent bd33462 commit 2fd2efa

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/examples/authentication.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ GSSAPI (Kerberos)
8282

8383
GSSAPI (Kerberos) authentication is available in the Enterprise Edition of
8484
MongoDB, version 2.4 and newer. To authenticate using GSSAPI you must first
85-
install the python `kerberos module`_ using easy_install or pip. Make sure
86-
you run kinit before using the following authentication methods::
85+
install the python `kerberos`_ or `pykerberos`_ module using easy_install or
86+
pip. Make sure you run kinit before using the following authentication methods::
8787

8888
$ kinit mongodbuser@EXAMPLE.COM
8989
mongodbuser@EXAMPLE.COM's Password:
@@ -126,10 +126,11 @@ specify a custom service name with the ``gssapiServiceName`` option::
126126

127127
.. note::
128128
Kerberos support is only provided in environments supported by the python
129-
`kerberos module`_. This currently limits support to CPython 2.x and Unix
130-
environments.
129+
`kerberos`_ or `pykerberos`_ modules. This currently limits support to
130+
CPython and Unix environments.
131131

132-
.. _kerberos module: http://pypi.python.org/pypi/kerberos
132+
.. _kerberos: http://pypi.python.org/pypi/kerberos
133+
.. _pykerberos: https://pypi.python.org/pypi/pykerberos
133134

134135
SASL PLAIN (RFC 4616)
135136
---------------------

0 commit comments

Comments
 (0)