From 536b2150782d4d633e858567e4c1a4e266c6ef0c Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 29 Apr 2009 13:50:10 -0400 Subject: Use correct attribute for e-mail address Resolves 498269 --- ipalib/plugins/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib') diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py index be70e7bee..b14136d12 100644 --- a/ipalib/plugins/user.py +++ b/ipalib/plugins/user.py @@ -85,7 +85,7 @@ class user(Object): doc="User's Kerberos Principal name", default_from=lambda uid: '%s@%s' % (uid, api.env.realm), ), - Str('mailaddress?', + Str('mail?', cli_name='email', doc="User's e-mail address", ), -- cgit