pam-python icon indicating copy to clipboard operation
pam-python copied to clipboard

pam_python is a PAM module that runs the Python interpreter, and so allows PAM modules to be written in Python.

Results 7 pam-python issues
Sort by recently updated
recently updated
newest added

Are there any plans porting pam-python to python 3?

What would the PAM configuration line look like if the python PAM module is developed in a virtualenv?

There's a new version in the original sourceforge repository. It would be better for people to get the code there than this fork then. https://sourceforge.net/p/pam-python/code/ci/default/tree/

Added support to build under FreeBSD with gcc >=5. To build use gmake instead of make. (tested with gcc5, gcc7 and ggc8) Fixed use of os.environ to be complaint with...

I'm getting this error when compiling on: CentOS Linux release 7.6.1810 (Core) gcc-4.8.5-36.el7_6.1.x86_64 python-pam-0.1.4-1.el7.noarch Python 2.7.5 `[root@marco-http-server pam-python]# make [...] gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong...

New versions of gcc8 will fail to build from source on Python declarations because of the hairy cast we're doing there, example: pam_python.c:1355:19: error: cast between incompatible function types from...