summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-10-13 15:17:31 -0400
committerRob Crittenden <rcritten@redhat.com>2008-10-13 15:17:31 -0400
commit19465318cebed2a2ae844d33e69728c1eb9fd7d6 (patch)
treeee753d959c58297d62b3276a747f518e4f0bf127
parentfc9f057792cf91a2a2536719ac7f1eb836b1c4a1 (diff)
downloadfreeipa-19465318cebed2a2ae844d33e69728c1eb9fd7d6.tar.gz
freeipa-19465318cebed2a2ae844d33e69728c1eb9fd7d6.tar.xz
freeipa-19465318cebed2a2ae844d33e69728c1eb9fd7d6.zip
Fix up a comment
-rw-r--r--ipalib/plugins/f_pwpolicy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/f_pwpolicy.py b/ipalib/plugins/f_pwpolicy.py
index 9e5aa3d03..36e232dca 100644
--- a/ipalib/plugins/f_pwpolicy.py
+++ b/ipalib/plugins/f_pwpolicy.py
@@ -33,7 +33,7 @@ import ldap
class pwpolicy_mod(frontend.Command):
- 'Edit an existing user.'
+ 'Edit existing password policy.'
# FIXME, switch to more human-readable names at some point
takes_options = (
Param('krbmaxpwdlife?', type=ipa_types.Int(), doc='Max. Password Lifetime (days)'),