Crypting passwords with crypt, md5, sha in pgAuthSourceAlt
Brought to you by:
akm
This is a patch for pgAuthSourceAlt to allow
configureable crypting method (crypt, md5, sha) for
storing passwords.
It uses the usual method '{SHA}ae34cb...' strings to
store secret.
If you apply this patch, and have an existent
acl_users, you can call the method 'upgrade' on the
'pgAuthSourceAlt' instance, and convert passwords!
viktor at neotek dot hu
Patches pgAuthSourceAlt