Updated default Kerberos password policy

https://fedorahosted.org/freeipa/ticket/930
This commit is contained in:
Jan Zeleny 2011-02-10 08:02:27 -05:00 committed by Rob Crittenden
parent 86fe47b87d
commit 3f40f1492c
3 changed files with 7 additions and 2 deletions

View File

@ -8,7 +8,7 @@ krbPwdMinDiffChars: 0
krbPwdMinLength: 8 krbPwdMinLength: 8
krbPwdHistoryLength: 0 krbPwdHistoryLength: 0
krbMaxPwdLife: 7776000 krbMaxPwdLife: 7776000
krbPwdMaxFailure: 3 krbPwdMaxFailure: 6
krbPwdFailureCountInterval: 60 krbPwdFailureCountInterval: 60
krbPwdLockoutDuration: 10 krbPwdLockoutDuration: 600

View File

@ -0,0 +1,4 @@
dn: cn=global_policy,cn=$REALM,cn=kerberos,$SUFFIX
replace:krbPwdLockoutDuration:10:600
replace: krbPwdMaxFailure:3:6

View File

@ -10,6 +10,7 @@ app_DATA = \
20-replication.update \ 20-replication.update \
20-winsync_index.update \ 20-winsync_index.update \
40-delegation.update \ 40-delegation.update \
50-lockout-policy.update \
$(NULL) $(NULL)
EXTRA_DIST = \ EXTRA_DIST = \