diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2011-02-16 03:10:14 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-02-16 08:41:00 -0500 |
commit | b249cb242730afe6a469419b70789f65a9ead972 (patch) | |
tree | e5874b936a180cf2cfd2042f4eca3098d328ed3e /ipalib/plugins/user.py | |
parent | 7387efa1068f2af2657cc23bfbb10e8a0c882533 (diff) | |
download | freeipa-b249cb242730afe6a469419b70789f65a9ead972.tar.gz freeipa-b249cb242730afe6a469419b70789f65a9ead972.tar.xz freeipa-b249cb242730afe6a469419b70789f65a9ead972.zip |
Reword help for the user module
https://fedorahosted.org/freeipa/ticket/351
Diffstat (limited to 'ipalib/plugins/user.py')
-rw-r--r-- | ipalib/plugins/user.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py index e74b8bed2..343f6883c 100644 --- a/ipalib/plugins/user.py +++ b/ipalib/plugins/user.py @@ -32,6 +32,9 @@ Disabling a user account prevents that user from obtaining new Kerberos credentials. It does not invalidate any credentials that have already been issued. +The password management is not a part of this modules. For more information +about this topic please see 'ipa help passwd'. + EXAMPLES: Add a new user: |