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
Get the most trusted enterprise browser
Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
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: