python3-simplepam
python3-simplepam copied to clipboard
Python3 port of Chris AtLee's Python PAM module.
py2 unicode == py3 str, and should be treated the same. Before this patch, `authenticate(u'user', u'password')` would return False with a correct username and password.
Hi, I am trying to use simplepam 0.1.5 with python 3.4.2 on OS X 10.10.1 (from ipython 3.0.0-dev) but it fails when it tries to access pam_start in libpam. The...
If I'm using this module in FreeBSD as a non-root user, a good username but bad password will pass. Note a bad (non-existent) username will fail as expected. As root,...