From ba0adcffb1a12b1aedc982c801268f5d9556c835 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 19 Oct 2007 10:14:30 -0400 Subject: Require SSL for the XML-RPC interface --- ipa-python/krbtransport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-python/krbtransport.py') 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): -- cgit