File: README.txt

package info (click to toggle)
pam-python 1.0.0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 752 kB
  • ctags: 308
  • sloc: ansic: 2,374; python: 655; makefile: 111; sh: 25
file content (63 lines) | stat: -rw-r--r-- 1,132 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
pam_python
==========

  pam_python is a PAM module that runs the Python interpreter
  and so allows PAM modules to be written in Python.

  The home page is:
    http://www.stuart.id.au/russell/files/pam_python


Requirements
------------

  Python >= 2.2
  pam >= 0.76


Installing
----------

  To build you require the Python development system
  and the libpam development files.  The command
  to build the entire system is:

	make

  To install:

	make install

  To run the test suite you to be root or be able to sudo
  to root.  The command is:

	make test


Documentation
-------------

  After installing the documentation it available in HTML
  format in:

    /usr/share/doc/pam_python/html/pam_python.html

  Example files are here:

    /usr/share/doc/pam_python/examples


License
-------

  Copyright (c) 2007,2009,2010 Russell Stuart.
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
  which accompanies this distribution, and is available at
  http://www.eclipse.org/legal/epl-v10.html



--
Russell Stuart
2009-August-05