Remove 50-lockout-policy.update file

Remove lockout policy update file because all currently supported versions
have krbPwdMaxFailure defaulting to 6 and krbPwdLockoutDuration defaulting to 600.

Keeping lockout policy update file prevents from creating a more scrict policy in
environments subject to regulatory compliance

https://fedorahosted.org/freeipa/ticket/5418

Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Gabe 2015-10-30 06:27:11 -06:00 committed by Martin Basti
parent 3f70c9aed7
commit 7ef827eeb6
2 changed files with 0 additions and 5 deletions

View File

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

View File

@ -39,7 +39,6 @@ app_DATA = \
45-roles.update \ 45-roles.update \
50-7_bit_check.update \ 50-7_bit_check.update \
50-dogtag10-migration.update \ 50-dogtag10-migration.update \
50-lockout-policy.update \
50-groupuuid.update \ 50-groupuuid.update \
50-hbacservice.update \ 50-hbacservice.update \
50-krbenctypes.update \ 50-krbenctypes.update \