PHP script to coordinate with Linux login account
Moderator: General Moderators
PHP script to coordinate with Linux login account
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.
Have a loko at PAM (Pluggable Authentication Modules)
Untested, but http://www.math.ohio-state.edu/~ccunning/pam_auth/ might be what you need
Untested, but http://www.math.ohio-state.edu/~ccunning/pam_auth/ might be what you need