mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Refine our web space some more so that everything we reference is in /ipa
UI: /ipa/ui XML-RPC: /ipa/xml errors: /ipa/errors config: /ipa/config I had to hardcode that URI into the CSS pages but TurboGears handles the rest of the translations with tg.url(). Added a version to ipa.conf and ipa-rewrite.conf so we can update them in the future if needed with ipa-upgradeconfig 440443
This commit is contained in:
@@ -38,7 +38,7 @@ class RPCClient:
|
||||
|
||||
def server_url(self, server):
|
||||
"""Build the XML-RPC server URL from our configuration"""
|
||||
url = "https://" + server + "/ipaxml"
|
||||
url = "https://" + server + "/ipa/xml"
|
||||
if self.verbose:
|
||||
print "Connecting to IPA server: %s" % url
|
||||
return url
|
||||
|
||||
Reference in New Issue
Block a user