Hello,
I am using ldap to make sure my users can login to multiple servers with the same account and UCS version 4.3-0 errata11 as the server to provide this servers.
Works like a charm, except that the account lockout is not working…
I followed the guides, which resulted in the following settings :
auth/faillog = yes
auth/faillog/imit = 6
auth/faillog/lock_global = 1
auth/faillog/root = {empty}
auth/faillog/unlock_time = 1800
Unfortunately… with this settings, my test user can still give multiple wrong passwords when trying to login with SSH and after that still login with his correct password. (Where I would expect it to be locked)
Then I found another article, Automatic OpenLDAP account locking that suggested to make ldap aware of the password policy… So, also added the following parameters :
ldap/ppolicy = yes
ldap/ppolicy/enabled = yes
Then, restarted slapd and tried again… still no luck.
My client installation is using kerberos and sssd, combined with PAM in the ssh part