Hello,
I am creating some sort of cPanel, and I want people to be able to log in using their Linux user. I installed the PAM extension, but it's functions aren't recognized/return nothing. Installing it using the pecl
command does not work (some ./configure errors, I am not really in a mood to fix them).
I've also heard of a POSIX function you could use to return a user's encrypted password, but I'd rather not use it.
Permissions are no problem, I run this website as root (or I can give it the permissions it needs).
Thanks in advance,
Sydcul