summaryrefslogtreecommitdiffstats
path: root/daemons
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-03-29 17:40:11 -0400
committerRob Crittenden <rcritten@redhat.com>2012-03-29 00:52:33 -0400
commit27ae10df9fab03aef72dd79eb0e67b02021f8982 (patch)
tree97446bbecec6336437032795c6f769149115e0dd /daemons
parent4db28306db748dd3211dded29206823c6f5bdd0e (diff)
downloadfreeipa.git-27ae10df9fab03aef72dd79eb0e67b02021f8982.tar.gz
freeipa.git-27ae10df9fab03aef72dd79eb0e67b02021f8982.tar.xz
freeipa.git-27ae10df9fab03aef72dd79eb0e67b02021f8982.zip
Fix failure count interval attribute name in query for password policy.
This was causing the failure count interval to not be applied so the failure count was never reset to 0. https://fedorahosted.org/freeipa/ticket/2540
Diffstat (limited to 'daemons')
-rw-r--r--daemons/ipa-kdb/ipa_kdb_pwdpolicy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/ipa-kdb/ipa_kdb_pwdpolicy.c b/daemons/ipa-kdb/ipa_kdb_pwdpolicy.c
index a5438081..6f3992be 100644
--- a/daemons/ipa-kdb/ipa_kdb_pwdpolicy.c
+++ b/daemons/ipa-kdb/ipa_kdb_pwdpolicy.c
@@ -32,7 +32,7 @@ char *std_pwdpolicy_attrs[] = {
"krbpwdminlength",
"krbpwdhistorylength",
"krbpwdmaxfailure",
- "krbpwdmaxfailurecountinterval",
+ "krbpwdfailurecountinterval",
"krbpwdlockoutduration",
NULL