mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -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
|
||||
krbPwdHistoryLength: 0
|
||||
krbMaxPwdLife: 7776000
|
||||
krbPwdMaxFailure: 3
|
||||
krbPwdMaxFailure: 6
|
||||
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-winsync_index.update \
|
||||
40-delegation.update \
|
||||
50-lockout-policy.update \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
Loading…
Reference in New Issue
Block a user