mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-28 09:06:44 -06:00
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:
parent
944aacc7d5
commit
56fa06fec4
@ -32,7 +32,7 @@ char *std_pwdpolicy_attrs[] = {
|
||||
"krbpwdminlength",
|
||||
"krbpwdhistorylength",
|
||||
"krbpwdmaxfailure",
|
||||
"krbpwdmaxfailurecountinterval",
|
||||
"krbpwdfailurecountinterval",
|
||||
"krbpwdlockoutduration",
|
||||
|
||||
NULL
|
||||
|
Loading…
Reference in New Issue
Block a user