summaryrefslogtreecommitdiffstats
path: root/ipa-admintools
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2008-09-12 00:03:50 +0200
committerMartin Nagy <mnagy@redhat.com>2008-09-12 00:03:50 +0200
commitb5ee09c097178b4e5ba801547d61048f067764a7 (patch)
tree987e80f64ee30a3445d7e1f4286f80d8325df1f1 /ipa-admintools
parentf33c57e6f811f97dfe7867420d97ec90a545c1ca (diff)
downloadfreeipa-b5ee09c097178b4e5ba801547d61048f067764a7.tar.gz
freeipa-b5ee09c097178b4e5ba801547d61048f067764a7.tar.xz
freeipa-b5ee09c097178b4e5ba801547d61048f067764a7.zip
Fix spelling.
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)