mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Explicitly set verbosity off in the XML-RPC client
This is so I don't have to hunt for where to set this to True when doing low-level client debugging.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user