summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/httpinstance.py
diff options
context:
space:
mode:
authorTomas Krizek <tkrizek@redhat.com>2016-10-26 17:00:12 +0200
committerMartin Basti <mbasti@redhat.com>2016-11-07 11:34:03 +0100
commit03d113cdd7c5f943d8937eb4fec1086bfe47e909 (patch)
treedd6c2f72ba884413035e95d335c4444d0ec837e3 /ipaserver/install/httpinstance.py
parentc51b04fae77149a09e921495c5b3c9802d199076 (diff)
downloadfreeipa-03d113cdd7c5f943d8937eb4fec1086bfe47e909.tar.gz
freeipa-03d113cdd7c5f943d8937eb4fec1086bfe47e909.tar.xz
freeipa-03d113cdd7c5f943d8937eb4fec1086bfe47e909.zip
install: remove adhoc dis/connect from services
Remove ldap_connect and ldap_disconnect from services. admin_conn is just an alias to api.Backend.ldap2 and therefore the connection should be managed elsewhere. https://fedorahosted.org/freeipa/ticket/6461 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipaserver/install/httpinstance.py')
-rw-r--r--ipaserver/install/httpinstance.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ipaserver/install/httpinstance.py b/ipaserver/install/httpinstance.py
index 9a19389a2..bd19621db 100644
--- a/ipaserver/install/httpinstance.py
+++ b/ipaserver/install/httpinstance.py
@@ -150,10 +150,6 @@ class HTTPInstance(service.Service):
self.ca_is_configured = ca_is_configured
self.promote = promote
- # get a connection to the DS
- self.ldap_connect()
-
-
self.step("setting mod_nss port to 443", self.__set_mod_nss_port)
self.step("setting mod_nss cipher suite",
self.set_mod_nss_cipher_suite)