summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/server/install.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2015-06-08 08:32:27 +0000
committerJan Cholasta <jcholast@redhat.com>2015-06-08 15:32:33 +0000
commit90e400e57e1dd36d72808aa9bd54be8139b2c741 (patch)
tree7dc34dd754594bc78066e8933ba0bad44c0b480d /ipaserver/install/server/install.py
parentdf1bd39a43f30138cf55e0e7720fa3dec1d912e0 (diff)
downloadfreeipa-90e400e57e1dd36d72808aa9bd54be8139b2c741.tar.gz
freeipa-90e400e57e1dd36d72808aa9bd54be8139b2c741.tar.xz
freeipa-90e400e57e1dd36d72808aa9bd54be8139b2c741.zip
install: Fix CA-less server install
https://fedorahosted.org/freeipa/ticket/4468 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'ipaserver/install/server/install.py')
-rw-r--r--ipaserver/install/server/install.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ipaserver/install/server/install.py b/ipaserver/install/server/install.py
index 5be10f54a..6f47723bb 100644
--- a/ipaserver/install/server/install.py
+++ b/ipaserver/install/server/install.py
@@ -313,6 +313,9 @@ def common_cleanup(func):
@common_cleanup
def install_check(options):
+ global dirsrv_pkcs12_file
+ global http_pkcs12_file
+ global pkinit_pkcs12_file
global dirsrv_pkcs12_info
global http_pkcs12_info
global pkinit_pkcs12_info
@@ -637,6 +640,9 @@ def install_check(options):
@common_cleanup
def install(options):
+ global dirsrv_pkcs12_file
+ global http_pkcs12_file
+ global pkinit_pkcs12_file
global dirsrv_pkcs12_info
global http_pkcs12_info
global pkinit_pkcs12_info