summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipalib/plugins/user.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py
index 53551898..07465534 100644
--- a/ipalib/plugins/user.py
+++ b/ipalib/plugins/user.py
@@ -154,6 +154,16 @@ class user(LDAPObject):
label=_('Taskgroups'),
flags=['no_create', 'no_update', 'no_search'],
),
+ Str('telephonenumber*',
+ cli_name='phone',
+ label=_('Telephone Number') ),
+ Str('mobile*',
+ label=_('Mobile Telephone Number') ),
+ Str('pager*',
+ label=_('Pager Number') ),
+ Str('facsimiletelephonenumber*',
+ cli_name='fax',
+ label=_('Fax Number') ),
)
api.register(user)