summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/host.py
diff options
context:
space:
mode:
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'},