summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/user.py
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2011-01-18 03:49:01 -0500
committerSimo Sorce <ssorce@redhat.com>2011-01-18 10:03:55 -0500
commit38bce669da7887df5f2d518b675299167b440f8e (patch)
tree21043a3749d81862b3eaff17b30499cf0dcaeba8 /ipalib/plugins/user.py
parent886e417fd76b25a28cde70be8de2851047ed0338 (diff)
downloadfreeipa-38bce669da7887df5f2d518b675299167b440f8e.tar.gz
freeipa-38bce669da7887df5f2d518b675299167b440f8e.tar.xz
freeipa-38bce669da7887df5f2d518b675299167b440f8e.zip
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
Diffstat (limited to 'ipalib/plugins/user.py')
-rw-r--r--ipalib/plugins/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py
index 0afb8b5d2..573a48a9b 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'],
),
)