From 38bce669da7887df5f2d518b675299167b440f8e Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Tue, 18 Jan 2011 03:49:01 -0500 Subject: Modified description of nsaccountlock attribute The original one was misleading, giving the value exactly opposite meaning than it actually was. https://fedorahosted.org/freeipa/ticket/741 --- ipalib/plugins/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/user.py') diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py index 0afb8b5d..573a48a9 100644 --- a/ipalib/plugins/user.py +++ b/ipalib/plugins/user.py @@ -204,7 +204,7 @@ class user(LDAPObject): label=_('Car License'), ), Bool('nsaccountlock?', - label=_('Account activation status'), + label=_('Account disabled'), flags=['no_create', 'no_update', 'no_search'], ), ) -- cgit