Menu

Tree [a72f74] main pam-python-1.0.7-1 /
 History

HTTPS access


File Date Author Commit
 debian 2019-09-23 Russell Stuart Russell Stuart [0aa854] Release pam-python-1.0.7-1 - see ChangeLog.txt
 doc 2019-09-23 Russell Stuart Russell Stuart [0aa854] Release pam-python-1.0.7-1 - see ChangeLog.txt
 examples 2016-02-19 Russell Stuart Russell Stuart [330062] Release pam-python-1.0.5-1 - see ChangeLog.txt
 src 2019-09-23 Russell Stuart Russell Stuart [0aa854] Release pam-python-1.0.7-1 - see ChangeLog.txt
 .gitignore 2014-06-10 Russell Stuart Russell Stuart [9a84e5] pam-python-1.0.4-1 - the source forge release
 ChangeLog.txt 2019-09-23 Russell Stuart Russell Stuart [0aa854] Release pam-python-1.0.7-1 - see ChangeLog.txt
 Makefile 2014-06-10 Russell Stuart Russell Stuart [9a84e5] pam-python-1.0.4-1 - the source forge release
 Makefile.release 2019-09-23 Russell Stuart Russell Stuart [0aa854] Release pam-python-1.0.7-1 - see ChangeLog.txt
 README.md 2019-09-23 Russell Stuart Russell Stuart [0aa854] Release pam-python-1.0.7-1 - see ChangeLog.txt
 agpl-3.0.txt 2014-06-10 Russell Stuart Russell Stuart [9a84e5] pam-python-1.0.4-1 - the source forge release
 pam-python.html 2019-09-23 Russell Stuart Russell Stuart [0aa854] Release pam-python-1.0.7-1 - see ChangeLog.txt

Read Me

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.net

In 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:
make

To install, in the directory containing this file run:
make install

To run the test suite, in the directory containing this file run:
make test

License

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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.