You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
Due to a security fix in pam-python 1.0.7 (https://nvd.nist.gov/vuln/detail/CVE-2019-16729), the Python interpreter can't find installed third-party packages anymore (like requests and the like).
Actually, this fixed things on Debian Buster, but for Debian Bullseye it seems this is just entirely broken. The requests lib isn't there, and they've pulled the python-requests package - along with most other Python 2 packages. So this basically cannot work. What a pity.
Debian Bullseye basically doesn't ship most Python 2 packages anymore, but apparently pam_python and this module are not made compatible with Python 3 yet, so - yes, what a pity!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Due to a security fix in pam-python 1.0.7 (https://nvd.nist.gov/vuln/detail/CVE-2019-16729), the Python interpreter can't find installed third-party packages anymore (like requests and the like).
This has already been discussed in the community forum: https://community.privacyidea.org/t/ssh-client-and-pam-module-on-centos-7/
A proposed fix by the author (https://sourceforge.net/p/pam-python/tickets/8/#0001/7b91/dea5/0aab/32b1/34ac/8881/b469) would be to add
But maybe there is a nicer solution...
The text was updated successfully, but these errors were encountered: