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

fork from https://sourceforge.net/projects/pam-python ,a linux pam module that you can define your own pam with python scripts. Add examples for 2 factor authentication.

Results 2 pam-python-ipcpu issues
Sort by recently updated
recently updated
newest added

pamh.user = DEFAULT_USER return pamh.PAM_SUCCESS this can not changer login user

当服务器python版本是2.7时会有报错: ```python PAM unable to dlopen(/usr/lib64/security/pam_python.so): libpython2.6.so.1.0: cannot open shared object file: No such file or directory ``` 可以直接将 libpython2.7.so.1.0 连接为 libpython2.7.so.1.0