Releases for PAM Authentication

pam_auth 6.x-1.1

nschelly - July 14, 2008 - 14:47
Official release from CVS tag: DRUPAL-6--1-1
Download: pam_auth-6.x-1.1.tar.gz
Size: 8.49 KB
md5_file hash: 584f838ae4c9b67c4bd0f55506ea6792
First released: July 14, 2008 - 14:47
Last updated: July 14, 2008 - 14:50
View usage statistics for this release

As submitted by redgecko, this should be able to work in Drupal 6 now. I have not tested it in Drupal 6 as I'm not using it yet.

pam_auth 5.x-1.x-dev

nschelly - November 12, 2007 - 19:45
Nightly development snapshot from CVS branch: DRUPAL-5
Download: pam_auth-5.x-1.x-dev.tar.gz
Size: 8.48 KB
md5_file hash: cd8c1ddd1c074eb5ef3338a49c9eeba8
First released: November 12, 2007 - 19:45
Last updated: November 13, 2007 - 00:08
View usage statistics for this release

This is the initial commit of the PAM Authentication module. It's functional as far as I need it for.

The PAM Auth module is based vaguely on a skeleton of the IMAP Auth module (http://drupal.org/project/imap_auth). It accomplishes the same goal except that it uses the PHP5-PAM module to accomplish the authentication. It also borrows some ideas from the ldap_integration (http://drupal.org/node/15109) module for password-form adjustments.

Ultimately, this relies heavily on the PHP PAM module available (for Debian at least) at http://packages.debian.org/etch/php5-auth-pam. The security implications of granting your web server user permission to authenticate against shadow users (typical local user setup on Linux) is up to you to determine, but you'll need to make sure that Apache can use the PAM auth function before this module will work.

 
 

Drupal is a registered trademark of Dries Buytaert.