summaryrefslogtreecommitdiffstats
path: root/ipaclient/install/client.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-11-30 13:55:38 +0100
committerMartin Basti <mbasti@redhat.com>2016-12-08 12:08:49 +0100
commit4fff09978eab520d130d87c0112b5caac907e651 (patch)
tree7dce492a5daa8df6e9061c3b6396251f317dce14 /ipaclient/install/client.py
parentf1678693713dc2a573493e325e93f6f557a5ad5a (diff)
downloadfreeipa-4fff09978eab520d130d87c0112b5caac907e651.tar.gz
freeipa-4fff09978eab520d130d87c0112b5caac907e651.tar.xz
freeipa-4fff09978eab520d130d87c0112b5caac907e651.zip
server install: fix external CA install
Replace the dual definitions of domain_name, dm_password and admin_password knobs in server install with single definitions using the original names without the 'new_' prefix. This fixes the options read from the installer option cache in step 2 of external CA install to use the correct knob names. https://fedorahosted.org/freeipa/ticket/6392 Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
Diffstat (limited to 'ipaclient/install/client.py')
-rw-r--r--ipaclient/install/client.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipaclient/install/client.py b/ipaclient/install/client.py
index 0954c2bff..0eec5bdba 100644
--- a/ipaclient/install/client.py
+++ b/ipaclient/install/client.py
@@ -3571,6 +3571,9 @@ class ClientInstall(ClientInstallInterface,
Client installer
"""
+ replica_file = None
+ dm_password = None
+
ca_cert_files = knob(
bases=ClientInstallInterface.ca_cert_files,
)