diff options
author | Pavel Zuna <pzuna@redhat.com> | 2010-11-08 22:45:27 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-11-09 14:02:12 -0500 |
commit | dc34075fa5343036c6c30df3468a6624698ec5b6 (patch) | |
tree | 0f199e711588b608a0155602117a530d4436e101 /ipalib/plugins/user.py | |
parent | fcf3cbbe8b70b889c7949273f878d69e03e48b58 (diff) | |
download | freeipa-dc34075fa5343036c6c30df3468a6624698ec5b6.tar.gz freeipa-dc34075fa5343036c6c30df3468a6624698ec5b6.tar.xz freeipa-dc34075fa5343036c6c30df3468a6624698ec5b6.zip |
Replace 'Locking' in `ipa help user` with 'Disabling'.
Ticket #452
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 536848b46..726177c7f 100644 --- a/ipalib/plugins/user.py +++ b/ipalib/plugins/user.py @@ -22,7 +22,7 @@ Users Manage user entries. All users are POSIX users. -Locking a user account prevents that user from obtaining new Kerberos +Disabling a user account prevents that user from obtaining new Kerberos credentials. It does not invalidate any credentials that have already been issued. |