libpam-pgsql
Description
PAM module to authenticate using a PostgreSQL database to authenticate users against a table. It also supports: Checking account info (pam_acct_expired,new_authtok_reqd), updating auth token. Upstream source is https://sourceforge.net/projects/pam-pgsql
Categories
License
Update Notifications
User Ratings
User Reviews
-
Great software, thanks pam-pgsql
-
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: