Downloads

Download tar.gz 9.6 KB
MD5: d361941cd2378ec6bf64116c87e46e15
SHA-1: 1de2ccf921ee35558c1863364df6d5678a574216
SHA-256: cd87f3dc1914af9cd29fb540f3d83fd32de1dd93a43931bdc5a4314de76b5256
Download zip 10.59 KB
MD5: 0cd242377d38d3d36df40a9e73c066e4
SHA-1: 870ffa2a865143bcd1d43239c0674dbffd652a35
SHA-256: b535707d2c5bf149664f70136582828a725c875d7c33a85e69438b6ffe5a3951

Release notes

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.

Created by: nschelly
Created on: 12 Nov 2007 at 19:45 UTC
Last updated: 6 Jul 2016 at 20:22 UTC

Other releases