summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/server/install.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2015-06-22 09:59:33 +0000
committerJan Cholasta <jcholast@redhat.com>2015-07-01 13:05:30 +0000
commitfe2accf77663693628835d7063da7d871b1ad268 (patch)
tree95a5aaf3254edd12e305d2a1548f7c0a80ca72d2 /ipaserver/install/server/install.py
parentf87ba5ee080ebf24d2420d105aa4026e844439db (diff)
downloadfreeipa-fe2accf77663693628835d7063da7d871b1ad268.tar.gz
freeipa-fe2accf77663693628835d7063da7d871b1ad268.tar.xz
freeipa-fe2accf77663693628835d7063da7d871b1ad268.zip
ipalib: Load ipaserver plugins when api.env.in_server is True
https://fedorahosted.org/freeipa/ticket/3090 https://fedorahosted.org/freeipa/ticket/5073 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'ipaserver/install/server/install.py')
-rw-r--r--ipaserver/install/server/install.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ipaserver/install/server/install.py b/ipaserver/install/server/install.py
index bde348518..2c5183ba4 100644
--- a/ipaserver/install/server/install.py
+++ b/ipaserver/install/server/install.py
@@ -592,9 +592,6 @@ def install_check(installer):
api.env.ca_host = host_name
api.bootstrap(**cfg)
- if setup_ca:
- # ensure profile backend is available
- import ipaserver.plugins.dogtag
api.finalize()
if setup_ca: