diff options
author | Tomas Krizek <tkrizek@redhat.com> | 2016-10-26 17:00:12 +0200 |
---|---|---|
committer | Martin Basti <mbasti@redhat.com> | 2016-11-07 11:34:03 +0100 |
commit | 03d113cdd7c5f943d8937eb4fec1086bfe47e909 (patch) | |
tree | dd6c2f72ba884413035e95d335c4444d0ec837e3 /ipaserver/install/krbinstance.py | |
parent | c51b04fae77149a09e921495c5b3c9802d199076 (diff) | |
download | freeipa-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/krbinstance.py')
-rw-r--r-- | ipaserver/install/krbinstance.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ipaserver/install/krbinstance.py b/ipaserver/install/krbinstance.py index cfcbfdec8..c53657e85 100644 --- a/ipaserver/install/krbinstance.py +++ b/ipaserver/install/krbinstance.py @@ -130,9 +130,6 @@ class KrbInstance(service.Service): self.__setup_sub_dict() - # get a connection to the DS - self.ldap_connect() - self.backup_state("running", self.is_running()) try: self.stop() |