diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-06-21 11:22:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-21 11:22:52 -0400 |
commit | 9e4c0918066aa986c58cbc5dd3ad679b580374e4 (patch) | |
tree | 6c63f298ac29c65875c4aac613b53ac3840e8091 /README.rst | |
parent | 0461162f8977d97661ef0ee2be086b85347729b0 (diff) | |
parent | 3314a73433b053209b5c6fed1b8f9031f666a598 (diff) |
Merge pull request #1461 from akruis/1311-int-akruis
Minor dokumentation updates
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |