Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ralnoc/pam-python
pam_python is a PAM module that runs the Python interpreter, and so allows PAM modules to be written in Python.
https://github.com/Ralnoc/pam-python
Last synced: 2 months ago
JSON representation
pam_python is a PAM module that runs the Python interpreter, and so allows PAM modules to be written in Python.
- Host: GitHub
- URL: https://github.com/Ralnoc/pam-python
- Owner: Ralnoc
- Created: 2017-09-19T18:43:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T14:18:59.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T18:15:26.987Z (6 months ago)
- Language: C
- Homepage: https://sourceforge.net/p/pam-python/code/ci/default/tree/
- Size: 87.9 KB
- Stars: 21
- Watchers: 3
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.txt
- Changelog: ChangeLog.txt
Awesome Lists containing this project
- AwesomeInterpreter - pam-python
README
pam_python
==========pam_python is a PAM module that runs the Python interpreter
and so allows PAM modules to be written in Python.There is extensive documentation shipped as reStructured
text. The build system renders this in the standard Python
HTML documentation style.All documentation is readable online at the home page:
http://pam-python.sourceforge.net/Dependencies
------------Python >= 2.6, http://www.python.org
pam >= 0.76, http://pam.sourceforge.net/
PyPAM (Debian package python-pam, needed for testing only)Building and Installing
-----------------------The build dependencies are:
- Python2 development system, http://www.python.org
- A POSIX system (make, unix shell, sed, etc).
- The PAM development libraries,
http://pam.sourceforge.netIn addition the unit test requires:
- sudo, http://www.sudo.ws/
- An account with root privileges.
- PyPAM (for testing only)To build the re-distributable, in the directory containing
this file run:
makeTo install, in the directory containing this file run:
make installTo run the test suite, in the directory containing this file run:
make testLicense
-------Copyright (c) 2007-2014,2016,2019 Russell Stuart.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at your
option) any later version.The copyright holders grant you an additional permission under Section 7
of the GNU Affero General Public License, version 3, exempting you from
the requirement in Section 6 of the GNU General Public License, version 3,
to accompany Corresponding Source with Installation Information for the
Program or any work based on the Program. You are still required to
comply with all other Section 6 requirements to provide Corresponding
Source.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.--
Russell Stuart
2014-May-29