From 7ef827eeb6b65af8915019bac82932a2c831fc95 Mon Sep 17 00:00:00 2001 From: Gabe Date: Fri, 30 Oct 2015 06:27:11 -0600 Subject: [PATCH] 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 --- install/updates/50-lockout-policy.update | 4 ---- install/updates/Makefile.am | 1 - 2 files changed, 5 deletions(-) delete mode 100644 install/updates/50-lockout-policy.update diff --git a/install/updates/50-lockout-policy.update b/install/updates/50-lockout-policy.update deleted file mode 100644 index a5730709e..000000000 --- a/install/updates/50-lockout-policy.update +++ /dev/null @@ -1,4 +0,0 @@ -dn: cn=global_policy,cn=$REALM,cn=kerberos,$SUFFIX -replace:krbPwdLockoutDuration:10::600 -replace: krbPwdMaxFailure:3::6 - diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am index 26e4c04ed..04ddeb96d 100644 --- a/install/updates/Makefile.am +++ b/install/updates/Makefile.am @@ -39,7 +39,6 @@ app_DATA = \ 45-roles.update \ 50-7_bit_check.update \ 50-dogtag10-migration.update \ - 50-lockout-policy.update \ 50-groupuuid.update \ 50-hbacservice.update \ 50-krbenctypes.update \