diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2011-01-18 03:49:01 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2011-01-18 10:03:55 -0500 |
commit | 38bce669da7887df5f2d518b675299167b440f8e (patch) | |
tree | 21043a3749d81862b3eaff17b30499cf0dcaeba8 /ipalib/plugins/user.py | |
parent | 886e417fd76b25a28cde70be8de2851047ed0338 (diff) | |
download | freeipa-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.py | 2 |
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'], ), ) |