summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-06-21 11:22:52 -0400
committerGitHub <noreply@github.com>2019-06-21 11:22:52 -0400
commit9e4c0918066aa986c58cbc5dd3ad679b580374e4 (patch)
tree6c63f298ac29c65875c4aac613b53ac3840e8091
parent0461162f8977d97661ef0ee2be086b85347729b0 (diff)
parent3314a73433b053209b5c6fed1b8f9031f666a598 (diff)
Merge pull request #1461 from akruis/1311-int-akruis
Minor dokumentation updates
-rw-r--r--README.rst7
-rw-r--r--sites/www/installing.rst4
2 files changed, 9 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index c918652f..72861d18 100644
--- a/README.rst
+++ b/README.rst
@@ -136,3 +136,10 @@ There are also unit tests here::
$ pytest
Which will verify that most of the core components are working correctly.
+
+To test Kerberos/GSSAPI, you need a Kerberos environment. On UNIX you can
+use the package k5test to setup a Kerberos environment on the fly::
+
+ $ pip install -r dev-requirements.txt
+ $ pip install k5test gssapi pyasn1
+ $ pytest
diff --git a/sites/www/installing.rst b/sites/www/installing.rst
index 5fde1c27..44247b5f 100644
--- a/sites/www/installing.rst
+++ b/sites/www/installing.rst
@@ -102,14 +102,14 @@ additional dependencies are required:
installation of GSS-API itself**, e.g. Heimdal.
* **Unix** needs:
- * `gssapi <https://pypi.org/project/gssapi/>`__ ``1.0.0`` or better.
+ * `gssapi <https://pypi.org/project/gssapi/>`__ ``1.4.1`` or better.
* 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.
- * `pyasn1 <https://pypi.org/project/pyasn1/>`_ ``0.7.1`` or later.
+ * `pyasn1 <https://pypi.org/project/pyasn1/>`_ ``0.1.7`` or later.
* **Windows** needs `pywin32 <https://pypi.python.org/pypi/pywin32>`_ ``2.1.8``
or better.