From b66c680f862e1dd2ff788ec593fb2f5dee7e43ab Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Sat, 11 Dec 2010 01:07:20 -0500 Subject: Remove principal as an option when updating an existing user. ticket 559 --- ipalib/plugins/user.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib') diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py index 283c0c416..31f9080c5 100644 --- a/ipalib/plugins/user.py +++ b/ipalib/plugins/user.py @@ -131,6 +131,7 @@ class user(LDAPObject): label=_('Kerberos principal'), default_from=lambda uid: '%s@%s' % (uid, api.env.realm), autofill=True, + flags=['no_update'], ), Str('mail*', cli_name='email', -- cgit