Go to file
svkalinin bcab232469 Исправленная версия 2023-03-09 15:52:02 +03:00
debian Исправленная версия 2023-03-09 15:52:02 +03:00
tests Исправленная версия 2023-03-09 15:52:02 +03:00
README.md Исправленная версия 2023-03-09 15:52:02 +03:00
README_EN.md Исправленная версия 2023-03-09 15:52:02 +03:00
__init__.py Исправленная версия 2023-03-09 15:52:02 +03:00
common-auth-pi Исправленная версия 2023-03-09 15:52:02 +03:00
privacyidea-pam-remain Исправленная версия 2023-03-09 15:52:02 +03:00
privacyidea-pam-remain.1 Исправленная версия 2023-03-09 15:52:02 +03:00
privacyidea_pam.py Исправленная версия 2023-03-09 15:52:02 +03:00
requirements.txt Исправленная версия 2023-03-09 15:52:02 +03:00
setup.py Исправленная версия 2023-03-09 15:52:02 +03:00
ssh-u2f.py Исправленная версия 2023-03-09 15:52:02 +03:00
test.py Исправленная версия 2023-03-09 15:52:02 +03:00

README_EN.md

Build Status

This module is to be used with http://pam-python.sourceforge.net/. It can be used to authenticate with OTP against privacyIDEA. It will also cache future OTP values to enable offline authentication.

To be used like this::

auth requisite pam_python.so /path/to/modules/privacyidea-pam.py

It can take the following parameters:

url=https://your-server

default is https://localhost

debug

write debug information to the system log

realm=yourRealm

pass additional realm to privacyidea

nosslverify

Do not verify the SSL certificate

prompt=

The password prompt. Default is "Your OTP".

sqlfile=

This is the SQLite file that is used to store the offline authentication information. The default file is /etc/privacyidea/pam.sqlite