summaryrefslogtreecommitdiffstats
path: root/ipa-client/ipa-install
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2014-05-13 16:48:49 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-05-14 13:04:30 +0200
commit2478aa42a0cc3b9a061c6a281a99f6acb9b84fca (patch)
tree25b8a1ffa139da34dd2845c69ff28ef326809bad /ipa-client/ipa-install
parent74412dbf88f78b19a54c35e326e173f5344922d0 (diff)
downloadfreeipa-2478aa42a0cc3b9a061c6a281a99f6acb9b84fca.tar.gz
freeipa-2478aa42a0cc3b9a061c6a281a99f6acb9b84fca.tar.xz
freeipa-2478aa42a0cc3b9a061c6a281a99f6acb9b84fca.zip
ipa-client-automount: Use rpcclient, not xmlclient, for automountlocation_show
Fix for a regression in 66fb4d5e849a049e95d3ef4fcf2b86217488634d https://fedorahosted.org/freeipa/ticket/4290
Diffstat (limited to 'ipa-client/ipa-install')
-rwxr-xr-xipa-client/ipa-install/ipa-client-automount2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-client/ipa-install/ipa-client-automount b/ipa-client/ipa-install/ipa-client-automount
index 2923a8f46..861e92490 100755
--- a/ipa-client/ipa-install/ipa-client-automount
+++ b/ipa-client/ipa-install/ipa-client-automount
@@ -441,7 +441,7 @@ def main():
sys.exit('Cannot connect to the server due to ' + str(e))
try:
# Use the RPC directly so older servers are supported
- result = api.Backend.xmlclient.forward(
+ result = api.Backend.rpcclient.forward(
'automountlocation_show',
unicode(options.location),
version=u'2.0',