pam_python
pam_python copied to clipboard
Add two factor authentication to PAM via privacyIDEA
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.4.5.1 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Hi, are there any plans for migrating pam_python to python3?
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...
If privacyidea_pam.py is called, it always sets the authtok variable in pam. If pam_unix is executed after privacyidea_pam.py it won't prompt for a user password and instead tries to use...
privacyidea 3.6.3 privacyidea_pam.py 2.11 pam-python 1.0.8 (with a patch for working with python 3.9) Error: > 12:15:48 vpn7 ocserv[460]: offline check returned: False, None > 12:15:48 vpn7 ocserv[460]: /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1015: InsecureRequestWarning:...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
Add 2 functions to save and retrieve history of events and allow a grace period Fixes #14
Implements #22
When sshd is set to `UsePAM`, password authentication will use the PrivacyIdea pam module as well as the regular password authentication in a regular prompt without the custom text of...