https://bugzilla.redhat.com/show_bug.cgi?id=718062
Once a user has reached max failed login attempts, an admin should be able to reset the password with ipa passwd and this should reset the failed login counter back to 0. It is not resetting the counter
1. add a new user and set the user's password 2. kinit as the user and change the password 3. kinit as the user with an invalid password 4. kinit as admin and check the user's failure count. # ipa user-show --all <userid> should see "krbloginfailedcount: 1" 5. reset the user's password as an admin # ipa passwd <userid> 6. check the user's failure count. # ipa user-show --all <userid> should see "krbloginfailedcount: 0"
attachment freeipa-rcrit-821-reset.patch
master: f534445[[BR]] ipa-2-0: 5cd7a92
Metadata Update from @rcritten: - Issue assigned to rcritten - Issue set to the milestone: FreeIPA 2.1 - 2011/07
Login to comment on this ticket.