diff options
| author | Rob Crittenden <rcritten@redhat.com> | 2008-10-13 15:17:31 -0400 |
|---|---|---|
| committer | Rob Crittenden <rcritten@redhat.com> | 2008-10-13 15:17:31 -0400 |
| commit | 19465318cebed2a2ae844d33e69728c1eb9fd7d6 (patch) | |
| tree | ee753d959c58297d62b3276a747f518e4f0bf127 | |
| parent | fc9f057792cf91a2a2536719ac7f1eb836b1c4a1 (diff) | |
| download | freeipa-19465318cebed2a2ae844d33e69728c1eb9fd7d6.tar.gz freeipa-19465318cebed2a2ae844d33e69728c1eb9fd7d6.tar.xz freeipa-19465318cebed2a2ae844d33e69728c1eb9fd7d6.zip | |
Fix up a comment
| -rw-r--r-- | ipalib/plugins/f_pwpolicy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/f_pwpolicy.py b/ipalib/plugins/f_pwpolicy.py index 9e5aa3d0..36e232dc 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)'), |
