summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/user.py')
-rw-r--r--ipalib/plugins/user.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py
index fb0da4800..6bfb7b6fb 100644
--- a/ipalib/plugins/user.py
+++ b/ipalib/plugins/user.py
@@ -139,22 +139,6 @@ class user(LDAPObject):
cli_name='street',
label=_('Street address'),
),
- Str('memberof_group?',
- label=_('Groups'),
- flags=['no_create', 'no_update', 'no_search'],
- ),
- Str('memberof_netgroup?',
- label=_('Netgroups'),
- flags=['no_create', 'no_update', 'no_search'],
- ),
- Str('memberof_rolegroup?',
- label=_('Rolegroups'),
- flags=['no_create', 'no_update', 'no_search'],
- ),
- Str('memberof_taskgroup?',
- label=_('Taskgroups'),
- flags=['no_create', 'no_update', 'no_search'],
- ),
Str('telephonenumber*',
cli_name='phone',
label=_('Telephone Number') ),