summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/rpc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/rpc.py b/ipalib/rpc.py
index 6d8093a13..62f1d7762 100644
--- a/ipalib/rpc.py
+++ b/ipalib/rpc.py
@@ -378,6 +378,7 @@ class xmlclient(Connectible):
kw = dict(allow_none=True, encoding='UTF-8')
if self.env.xmlrpc_uri.startswith('https://'):
kw['transport'] = KerbTransport()
+ kw['verbose'] = False
return ServerProxy(self.env.xmlrpc_uri, **kw)
def destroy_connection(self):