diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2011-02-10 08:02:27 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-02-16 22:28:08 -0500 |
commit | 3f40f1492cd39574c80af1a01e3771bd86c7027d (patch) | |
tree | 3187d3bfbbb02e4a498b6e4d1a54c49493ec72e4 /install/updates/50-lockout-policy.update | |
parent | 86fe47b87df4e503e9d1d4c6cf6be62b5cbab685 (diff) | |
download | freeipa-3f40f1492cd39574c80af1a01e3771bd86c7027d.tar.gz freeipa-3f40f1492cd39574c80af1a01e3771bd86c7027d.tar.xz freeipa-3f40f1492cd39574c80af1a01e3771bd86c7027d.zip |
Updated default Kerberos password policy
https://fedorahosted.org/freeipa/ticket/930
Diffstat (limited to 'install/updates/50-lockout-policy.update')
-rw-r--r-- | install/updates/50-lockout-policy.update | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install/updates/50-lockout-policy.update b/install/updates/50-lockout-policy.update new file mode 100644 index 000000000..302ab81c9 --- /dev/null +++ b/install/updates/50-lockout-policy.update @@ -0,0 +1,4 @@ +dn: cn=global_policy,cn=$REALM,cn=kerberos,$SUFFIX +replace:krbPwdLockoutDuration:10:600 +replace: krbPwdMaxFailure:3:6 + |