mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-29 10:21:18 -06:00
15 lines
320 B
Plaintext
15 lines
320 B
Plaintext
|
dn: cn=global_policy,cn=$REALM,cn=kerberos,$SUFFIX
|
||
|
changetype: add
|
||
|
objectClass: top
|
||
|
objectClass: nsContainer
|
||
|
objectClass: krbPwdPolicy
|
||
|
krbMinPwdLife: 3600
|
||
|
krbPwdMinDiffChars: 0
|
||
|
krbPwdMinLength: 8
|
||
|
krbPwdHistoryLength: 0
|
||
|
krbMaxPwdLife: 7776000
|
||
|
krbPwdMaxFailure: 3
|
||
|
krbPwdFailureCountInterval: 60
|
||
|
krbPwdLockoutDuration: 10
|
||
|
|