minrk / pamela

Python PAM interface
Other
34 stars 10 forks source link

authentication fails with linuxbrew python3 #13

Closed sidebo closed 6 years ago

sidebo commented 6 years ago

I cannot authenticate myself ([PAM Error 7] Authentication failure upon python3 -m pamela -a `whoami`). Possibly this has to do with the way I installed python3. I'm on an slc6 machine and used linuxbrew for the install, I have /home/linuxbrew/ (python3 is here) and /home/usr1 /home/usr2 etc. Maybe I'm missing something else. Can you help?

minrk commented 6 years ago

It could be a PAM permission issue. The first thing to test might be to try running as root, and see if you can check your password as root.

sidebo commented 6 years ago

Thank you, that was indeed the issue!