summaryrefslogtreecommitdiffhomepage
path: root/README.rst
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 /README.rst
parent0461162f8977d97661ef0ee2be086b85347729b0 (diff)
parent3314a73433b053209b5c6fed1b8f9031f666a598 (diff)
Merge pull request #1461 from akruis/1311-int-akruis
Minor dokumentation updates
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 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