summaryrefslogtreecommitdiffstats
path: root/ipa-python/krbtransport.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-python/krbtransport.py')
-rw-r--r--ipa-python/krbtransport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-python/krbtransport.py b/ipa-python/krbtransport.py
index ff2671d0..95d3bc64 100644
--- a/ipa-python/krbtransport.py
+++ b/ipa-python/krbtransport.py
@@ -24,7 +24,7 @@ import xmlrpclib
import kerberos
from kerberos import GSSError
-class KerbTransport(xmlrpclib.Transport):
+class KerbTransport(xmlrpclib.SafeTransport):
"""Handles Kerberos Negotiation authentication to an XML-RPC server."""
def get_host_info(self, host):