Pam unix with LDAP server account lockout
From Brandonhutchinson.com
Overview
In order to support a legacy application, I have to meet the following requirements:
- pam_unix must be used.
- The Directory Server must only store user passwords in {crypt} format.
Requirements
The Directory Server must only store passwords in {crypt} format
The default user password storage scheme is SSHA. To change it to crypt, run the following command on both Directory Servers:
# dsconf set-server-prop pwd-storage-scheme:crypt
