summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/host.py
diff options
context:
space:
mode:
authorStanislav Laznicka <slaznick@redhat.com>2017-01-06 09:08:52 +0100
committerMartin Basti <mbasti@redhat.com>2017-02-23 18:59:01 +0100
commite2d1b21c5049f68d0336dcaf3f8657b214a34e2b (patch)
tree848e15f28c283cb4f8ea60c2a1b21cc536e9e98f /ipaserver/plugins/host.py
parentdcb618152572ca013a447336e13d24399b5f7960 (diff)
Remove md5_fingerprints from IPA
MD5 is a grandpa and FIPS does not like it at all. https://fedorahosted.org/freeipa/ticket/5695 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
Diffstat (limited to 'ipaserver/plugins/host.py')
-rw-r--r--ipaserver/plugins/host.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ipaserver/plugins/host.py b/ipaserver/plugins/host.py
index 58e711f34..7ceec8eb4 100644
--- a/ipaserver/plugins/host.py
+++ b/ipaserver/plugins/host.py
@@ -510,10 +510,6 @@ class host(LDAPObject):
label=_('Not After'),
flags={'virtual_attribute', 'no_create', 'no_update', 'no_search'},
),
- Str('md5_fingerprint',
- label=_('Fingerprint (MD5)'),
- flags={'virtual_attribute', 'no_create', 'no_update', 'no_search'},
- ),
Str('sha1_fingerprint',
label=_('Fingerprint (SHA1)'),
flags={'virtual_attribute', 'no_create', 'no_update', 'no_search'},