summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/host.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/host.py')
-rw-r--r--ipalib/plugins/host.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py
index 611f9a9c7..97f553703 100644
--- a/ipalib/plugins/host.py
+++ b/ipalib/plugins/host.py
@@ -524,7 +524,6 @@ class host(LDAPObject):
pattern='^([a-fA-F0-9]{2}[:|\-]?){5}[a-fA-F0-9]{2}$',
pattern_errmsg=('Must be of the form HH:HH:HH:HH:HH:HH, where '
'each H is a hexadecimal character.'),
- csv=True,
label=_('MAC address'),
doc=_('Hardware MAC address(es) on this host'),
),
@@ -532,7 +531,6 @@ class host(LDAPObject):
cli_name='sshpubkey',
label=_('SSH public key'),
normalizer=normalize_sshpubkey,
- csv=True,
flags=['no_search'],
),
Str('userclass*',