diff options
-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)'), |