I have to implement some safety authentication rules on postgresql DB ( with a windows server)like: users not used for a period longer than three months will be locked or postgres enforces account lockout after a set number of failed login attempts.....
Using authentication "standard" ( md5 on pg_hba.conf) I think is not possible..but I think that with PAM I could do but PAM does not exist on win. Any ideas? Thanks a lot Gian