From 3f40f1492cd39574c80af1a01e3771bd86c7027d Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Thu, 10 Feb 2011 08:02:27 -0500 Subject: Updated default Kerberos password policy https://fedorahosted.org/freeipa/ticket/930 --- install/share/default-pwpolicy.ldif | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/share') diff --git a/install/share/default-pwpolicy.ldif b/install/share/default-pwpolicy.ldif index 9d3d8a755..1bb4a096e 100644 --- a/install/share/default-pwpolicy.ldif +++ b/install/share/default-pwpolicy.ldif @@ -8,7 +8,7 @@ krbPwdMinDiffChars: 0 krbPwdMinLength: 8 krbPwdHistoryLength: 0 krbMaxPwdLife: 7776000 -krbPwdMaxFailure: 3 +krbPwdMaxFailure: 6 krbPwdFailureCountInterval: 60 -krbPwdLockoutDuration: 10 +krbPwdLockoutDuration: 600 -- cgit