From 4c288e653aec9c5d58ef782f07a13b9efde6e148 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 24 Mar 2008 15:54:55 -0400 Subject: Re-root the IPA web UI to /ipa and the XML-RPC interface to /ipaxml. 438021 --- ipa-python/rpcclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-python/rpcclient.py') diff --git a/ipa-python/rpcclient.py b/ipa-python/rpcclient.py index c3835568f..7fa075b1d 100644 --- a/ipa-python/rpcclient.py +++ b/ipa-python/rpcclient.py @@ -37,7 +37,7 @@ class RPCClient: def server_url(self, server): """Build the XML-RPC server URL from our configuration""" - return "https://" + server + "/ipa" + return "https://" + server + "/ipaxml" def setup_server(self): """Create our XML-RPC server connection using kerberos -- cgit