summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2013-06-03 10:25:19 +0200
committerPetr Viktorin <pviktori@redhat.com>2013-06-12 12:58:58 +0200
commit43dbc4346236a90483bb11ef5ec85c674260d0d1 (patch)
tree452ee7af91f83d3dabbcf48ac0bfbc8a6a66e6c8
parent20431ebbb4070f0ccd4fe6dbc3edd9cdf627a234 (diff)
downloadfreeipa-43dbc4346236a90483bb11ef5ec85c674260d0d1.tar.gz
freeipa-43dbc4346236a90483bb11ef5ec85c674260d0d1.tar.xz
freeipa-43dbc4346236a90483bb11ef5ec85c674260d0d1.zip
Do not track DS certificate in CA-less setup.
https://fedorahosted.org/freeipa/ticket/3675
-rw-r--r--ipaserver/install/dsinstance.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipaserver/install/dsinstance.py b/ipaserver/install/dsinstance.py
index 046480f0d..d6c1c6acb 100644
--- a/ipaserver/install/dsinstance.py
+++ b/ipaserver/install/dsinstance.py
@@ -562,8 +562,6 @@ class DsInstance(service.Service):
# We only handle one server cert
nickname = server_certs[0][0]
self.dercert = dsdb.get_cert_from_db(nickname, pem=False)
- dsdb.track_server_cert(nickname, self.principal, dsdb.passwd_fname,
- 'restart_dirsrv %s' % self.serverid)
else:
nickname = self.nickname
cadb = certs.CertDB(self.realm_name, host_name=self.fqdn, subject_base=self.subject_base)