summaryrefslogtreecommitdiffstats
path: root/install/updates/50-lockout-policy.update
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-07-01 10:41:42 -0400
committerRob Crittenden <rcritten@redhat.com>2011-07-14 19:11:49 -0400
commit37e3bf2a6096ea18f46501bf5f2a51c55e829595 (patch)
treeeaaeefddf55f8db6ba02346afda9eda854b04503 /install/updates/50-lockout-policy.update
parent4bd85ceb90d6b8639c14e68691f2c9f447980c2d (diff)
downloadfreeipa-37e3bf2a6096ea18f46501bf5f2a51c55e829595.tar.gz
freeipa-37e3bf2a6096ea18f46501bf5f2a51c55e829595.tar.xz
freeipa-37e3bf2a6096ea18f46501bf5f2a51c55e829595.zip
Disallow direct modifications to enrolledBy.
This fixes a regression. We don't need to allow enrolledBy to be modified because it gets written in the ipa_enrollment plugin which does internal operations so bypasses acis. https://fedorahosted.org/freeipa/ticket/302
Diffstat (limited to 'install/updates/50-lockout-policy.update')
-rw-r--r--install/updates/50-lockout-policy.update4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/updates/50-lockout-policy.update b/install/updates/50-lockout-policy.update
index 302ab81c9..a5730709e 100644
--- a/install/updates/50-lockout-policy.update
+++ b/install/updates/50-lockout-policy.update
@@ -1,4 +1,4 @@
dn: cn=global_policy,cn=$REALM,cn=kerberos,$SUFFIX
-replace:krbPwdLockoutDuration:10:600
-replace: krbPwdMaxFailure:3:6
+replace:krbPwdLockoutDuration:10::600
+replace: krbPwdMaxFailure:3::6