summaryrefslogtreecommitdiffstats
path: root/ipa-admintools
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-admintools')
-rw-r--r--ipa-admintools/ipa-pwpolicy2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-admintools/ipa-pwpolicy b/ipa-admintools/ipa-pwpolicy
index a129486d..0ceb08ae 100644
--- a/ipa-admintools/ipa-pwpolicy
+++ b/ipa-admintools/ipa-pwpolicy
@@ -106,7 +106,7 @@ def update_policy(client, options):
return 1
if int(new.getValue('krbminpwdlife')) > int(new.getValue('krbmaxpwdlife')):
- print "Maximal length of password life must be greater then the minimal"
+ print "Maximum password life must be greater than minimum"
return 1
client.update_password_policy(new)