File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ GSSAPI (Kerberos)
82
82
83
83
GSSAPI (Kerberos) authentication is available in the Enterprise Edition of
84
84
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::
87
87
88
88
$ kinit mongodbuser@EXAMPLE.COM
89
89
mongodbuser@EXAMPLE.COM's Password:
@@ -126,10 +126,11 @@ specify a custom service name with the ``gssapiServiceName`` option::
126
126
127
127
.. note ::
128
128
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.
131
131
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
133
134
134
135
SASL PLAIN (RFC 4616)
135
136
---------------------
You can’t perform that action at this time.
0 commit comments