summaryrefslogtreecommitdiffhomepage
path: root/sites/docs
diff options
context:
space:
mode:
authorTanja Huthmacher <tanja.huthmacher@atos.net>2018-09-19 11:04:40 +0200
committerTanja Huthmacher <tanja.huthmacher@atos.net>2018-09-19 11:04:40 +0200
commit92c53775d0143547abba7de9f9d70417bbbef3c8 (patch)
tree389ccd2c7fdd34e7689591fb37eb11dea75b5cca /sites/docs
parent329aaf67b0d5391684dc0d32d76112a8d9dabae5 (diff)
Add compatibility with new "gssapi" package
Detect if "python-gssapi" or "gssapi" is installed at import time and use the appropriate API
Diffstat (limited to 'sites/docs')
-rw-r--r--sites/docs/api/ssh_gss.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/sites/docs/api/ssh_gss.rst b/sites/docs/api/ssh_gss.rst
index 7a687e11..155fcfff 100644
--- a/sites/docs/api/ssh_gss.rst
+++ b/sites/docs/api/ssh_gss.rst
@@ -7,7 +7,10 @@ GSS-API authentication
.. autoclass:: _SSH_GSSAuth
:member-order: bysource
-.. autoclass:: _SSH_GSSAPI
+.. autoclass:: _SSH_GSSAPI_OLD
+ :member-order: bysource
+
+.. autoclass:: _SSH_GSSAPI_NEW
:member-order: bysource
.. autoclass:: _SSH_SSPI