summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2015-12-02 12:58:23 +0100
committerMartin Basti <mbasti@redhat.com>2016-01-07 14:13:23 +0100
commite9cdaa19924a16e811ebbdd04d5a305b0608304a (patch)
treeeaac319be341d4d4e7caa011bf8853e89cc442c3 /ipapython
parent21e6cc6863a0bf7d832cf04dedfc3a2bdd22a78f (diff)
downloadfreeipa-e9cdaa19924a16e811ebbdd04d5a305b0608304a.tar.gz
freeipa-e9cdaa19924a16e811ebbdd04d5a305b0608304a.tar.xz
freeipa-e9cdaa19924a16e811ebbdd04d5a305b0608304a.zip
DNSSEC: remove obsolete TODO note
https://fedorahosted.org/freeipa/ticket/5348 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipapython')
-rw-r--r--ipapython/dnssec/ldapkeydb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipapython/dnssec/ldapkeydb.py b/ipapython/dnssec/ldapkeydb.py
index 384bffee1..7895832d5 100644
--- a/ipapython/dnssec/ldapkeydb.py
+++ b/ipapython/dnssec/ldapkeydb.py
@@ -180,7 +180,6 @@ class MasterKey(Key):
# TODO: replace this with 'autogenerate' to prevent collisions
uuid_rdn = DN('ipk11UniqueId=%s' % uuid.uuid1())
entry_dn = DN(uuid_rdn, self.ldapkeydb.base_dn)
- # TODO: add ipaWrappingMech attribute
entry = self.ldap.make_entry(entry_dn,
objectClass=['ipaSecretKeyObject', 'ipk11Object'],
ipaSecretKey=data,