summaryrefslogtreecommitdiffstats
path: root/install/updates
diff options
context:
space:
mode:
authorGabe <redhatrises@gmail.com>2015-10-30 06:27:11 -0600
committerMartin Basti <mbasti@redhat.com>2015-10-30 14:20:16 +0100
commit7ef827eeb6b65af8915019bac82932a2c831fc95 (patch)
treeea8e8287e56441b44194376000e6b322cc74a2b4 /install/updates
parent3f70c9aed7d1357ac5031b8f8b48af320acba567 (diff)
downloadfreeipa-7ef827eeb6b65af8915019bac82932a2c831fc95.tar.gz
freeipa-7ef827eeb6b65af8915019bac82932a2c831fc95.tar.xz
freeipa-7ef827eeb6b65af8915019bac82932a2c831fc95.zip
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>
Diffstat (limited to 'install/updates')
-rw-r--r--install/updates/50-lockout-policy.update4
-rw-r--r--install/updates/Makefile.am1
2 files changed, 0 insertions, 5 deletions
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 \