Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

privacyidea/pam_python

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Note This repository is archived and not under active development.

While the pam_python library seems to support Python 3 now, it is not included in major distributions anymore.

If You do not need the offline functionality, please use pam_radius

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

About

Add two factor authentication to PAM via privacyIDEA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •