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
This commit is contained in:
Jan Zeleny
2011-01-18 03:49:01 -05:00
committed by Simo Sorce
parent 886e417fd7
commit 38bce669da

View File

@@ -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'],
),
)