cschiewek / devise_ldap_authenticatable

Devise Module for LDAP
MIT License
594 stars 359 forks source link

Recognize `532` as status code for expired credentials #234

Closed cheerfulstoic closed 4 years ago

cheerfulstoic commented 7 years ago

We hit this issue when using the gem. According to this page 773 means "user must reset password" and 532 means "password expired". In the case of devise I think both amount to the same thing