Good afternoon. I need to get a list of users who are blocked due to the exceeding the number of incorrectly indicated passwords.
The user object in my domain contains the following attributes:
- krbLastFailedAuth
- krbLoginFailedCount
- krbLastAdminUnlock
I tried to get the parameters of the password policy to compare Krbloginfailedcount with the maximum possible value, but nothing came of it.
I use C++ and OpenLDAP