mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Started moving xmlrpc-functions from ipalib.util to ipalib.rpc
This commit is contained in:
@@ -47,11 +47,10 @@ class xmlrpc(Backend):
|
||||
# Are there any reasonably common XML-RPC client implementations
|
||||
# that don't support the <nil/> extension?
|
||||
# See: http://docs.python.org/library/xmlrpclib.html
|
||||
uri = self.api.env.xmlrpc_uri
|
||||
uri = self.env.xmlrpc_uri
|
||||
if uri.startswith('https://'):
|
||||
return xmlrpclib.ServerProxy(uri,
|
||||
transport=KerbTransport(),
|
||||
#verbose=self.api.env.verbose,
|
||||
)
|
||||
return xmlrpclib.ServerProxy(uri)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user