Getting PAM/user info into php - something like Net_Finger instead of a db?
- by digitaltoast
I've got a very small user group who just need to login, upload, check and then move specific files to a different area when ready.
Right now, I use the nginx PAM auth module to log them in against their unix accounts.
As their login is their home directory, I've already got the info to send the uploads to the right area - one line of php and no…