diff options
author | Sebastian Deiss <sdeiss@haw-landshut.de> | 2014-06-11 12:19:55 +0200 |
---|---|---|
committer | Anselm Kruis <a.kruis@science-computing.de> | 2014-07-14 11:46:24 +0200 |
commit | f17c2afbe0a98d5c2b80e5f16dbf47b9eb7370d0 (patch) | |
tree | 56cf9c20fdf98a6b7fff3310d2db44b421a4e6ee /README | |
parent | 0be471cfe000a8356838cb2f087a691b857dcc21 (diff) |
Use python-gssapi 0.6.1
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ If you want paramiko to do kerberos authentication or key exchange using GSS-API need the following python packages: - pyasn1 0.1.7 or better -- python-gssapi 0.4.0 or better (Unix) +- python-gssapi 0.6.1 or better (Unix) - pywin32 2.1.8 or better (Windows) So you have to install pyasn1 and python-gssapi on Unix or pywin32 on Windows. |