Website login for existing linux user

240 views Asked by At

I have a website and there is also a login form. I don't want to check it against my MySQL database with PHP, therefore I am looking for a way to check the user credentials to see if there is an existing Linux user already. I know PAM but I haven't found any information on how to check from a website against the pam-module. Any hints?

1

There are 1 answers

0
Ram On

This link is a PAM module for PHP.