Page 1 of 1

PHP script to coordinate with Linux login account

Posted: Thu Sep 08, 2005 3:29 am
by bloodfire
I'm wondering is it possible to create a PHP authentication script based on the linux login accounts. So that there's no need to create any login account database, just use the linux login accounts.

Posted: Thu Sep 08, 2005 4:44 am
by timvw
Have a loko at PAM (Pluggable Authentication Modules)

Untested, but http://www.math.ohio-state.edu/~ccunning/pam_auth/ might be what you need :)