summaryrefslogtreecommitdiffhomepage
path: root/sites/www/installing.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-05-31 21:20:48 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-05-31 21:20:48 -0400
commit93d59be6688b061469f7029fa2bde3b001179444 (patch)
tree3c484a710c31e583f8a894ee7994538d375c6724 /sites/www/installing.rst
parentd39fcdcb3f3e323e13387cf968dccd2d4164894b (diff)
Modify installation docs to note support for newer gssapi lib
Diffstat (limited to 'sites/www/installing.rst')
-rw-r--r--sites/www/installing.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/sites/www/installing.rst b/sites/www/installing.rst
index 3631eb0d..90383c15 100644
--- a/sites/www/installing.rst
+++ b/sites/www/installing.rst
@@ -101,10 +101,13 @@ due to their infrequent utility & non-platform-agnostic requirements):
* It hopefully goes without saying but **all platforms** need **a working
installation of GSS-API itself**, e.g. Heimdal.
-* **Unix** needs `python-gssapi <https://pypi.org/project/python-gssapi/>`_
- ``0.6.1`` or better.
+* **Unix** needs `gssapi <https://pypi.org/project/gssapi/>`__ ``1.0.0`` or
+ better.
- .. note:: This library appears to only function on Python 2.7 and up.
+ * An alternative is the `python-gssapi
+ <https://pypi.org/project/python-gssapi/>`_ library (``0.6.1`` or above),
+ though it is no longer maintained upstream, and Paramiko's support for its
+ API may eventually become deprecated.
* **Windows** needs `pywin32 <https://pypi.python.org/pypi/pywin32>`_ ``2.1.8``
or better.