All Projects → privacyidea → pam_python

privacyidea / pam_python

Licence: other
Add two factor authentication to PAM via privacyIDEA

Programming Languages

python
139335 projects - #7 most used programming language
Roff
2310 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].