Project has been moved to github: https://github.com/pam-pgsql/pam-pgsql
Categories
AuthenticationLicense
GNU General Public License version 2.0 (GPLv2)Follow libpam-pgsql
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Add this patch for correct libgcrypt library initialization. --- backend_pgsql.c.orig 2011-03-27 10:35:50.000000000 +0400 +++ backend_pgsql.c 2012-06-22 11:42:33.000000000 +0400 @@ -275,6 +275,8 @@ { char *s = NULL; + gcry_check_version(GCRYPT_VERSION); + switch(options->pw_type) { case PW_CRYPT: case PW_CRYPT_MD5: