PHP script to coordinate with Linux login account

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
bloodfire
Forum Newbie
Posts: 3
Joined: Thu Sep 08, 2005 3:01 am

PHP script to coordinate with Linux login account

Post 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.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post 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 :)
Post Reply