mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Updated default Kerberos password policy
https://fedorahosted.org/freeipa/ticket/930
This commit is contained in:
parent
86fe47b87d
commit
3f40f1492c
@ -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
|
||||||
|
|
||||||
|
4
install/updates/50-lockout-policy.update
Normal file
4
install/updates/50-lockout-policy.update
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
dn: cn=global_policy,cn=$REALM,cn=kerberos,$SUFFIX
|
||||||
|
replace:krbPwdLockoutDuration:10:600
|
||||||
|
replace: krbPwdMaxFailure:3:6
|
||||||
|
|
@ -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 = \
|
||||||
|
Loading…
Reference in New Issue
Block a user