diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 15:19:01 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 15:19:01 -0700 |
commit | 8df6f80337208374304085dbc9408aa1bae5f1e9 (patch) | |
tree | 68509bd77669be02a64954badafb3bf10ca47ad4 /sites | |
parent | a146374936f5eb8f4736af3f7297117cdf5d291b (diff) |
Install docs tweak re: GSSAPI req
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/installing.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sites/www/installing.rst b/sites/www/installing.rst index 5528b28a..486ed7e3 100644 --- a/sites/www/installing.rst +++ b/sites/www/installing.rst @@ -109,10 +109,12 @@ installation of Paramiko via ``pypm``:: Optional dependencies for GSS-API / SSPI / Kerberos =================================================== -In order to use Kerberos & related functionality, a couple of additional -dependencies are required (these are not listed in our ``setup.py`` due to -their infrequent utility & non-platform-agnostic requirements): +In order to use GSS-API/Kerberos & related functionality, a couple of +additional dependencies are required (these are not listed in our ``setup.py`` +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. * **All platforms** need `pyasn1 <https://pypi.python.org/pypi/pyasn1>`_ ``0.1.7`` or better. * **Unix** needs `python-gssapi <https://pypi.python.org/pypi/python-gssapi/>`_ |