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
This commit is contained in:
Rob Crittenden 2012-03-29 17:40:11 -04:00
parent 944aacc7d5
commit 56fa06fec4

View File

@ -32,7 +32,7 @@ char *std_pwdpolicy_attrs[] = {
"krbpwdminlength",
"krbpwdhistorylength",
"krbpwdmaxfailure",
"krbpwdmaxfailurecountinterval",
"krbpwdfailurecountinterval",
"krbpwdlockoutduration",
NULL