summaryrefslogtreecommitdiffstats
path: root/client/ipa-client-install
diff options
context:
space:
mode:
Diffstat (limited to 'client/ipa-client-install')
-rwxr-xr-xclient/ipa-client-install3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/ipa-client-install b/client/ipa-client-install
index 1606d1d2f..2c5b20769 100755
--- a/client/ipa-client-install
+++ b/client/ipa-client-install
@@ -2794,7 +2794,8 @@ def install(options, env, fstore, statestore):
# Now, let's try to connect to the server's RPC interface
connected = False
try:
- api.Backend.rpcclient.connect(nss_dir=tmp_db.secdir)
+ api.Backend.rpcclient.connect(delegate=False,
+ nss_dir=tmp_db.secdir)
connected = True
root_logger.debug("Try RPC connection")
api.Backend.rpcclient.forward('ping')