Imported from Bitbucket
Added tag RELEASE_1.4 for changeset 8517e2838850
Added tag RELEASE_1.4 for changeset afb182745463

heads

tip
browse log
RELEASE_1.4
browse .tar.gz

clone

read-only
https://hg.sr.ht/~hww3/pike_modules-system_pam
read/write
ssh://hg@hg.sr.ht/~hww3/pike_modules-system_pam
This module provides an interface to the Pluggable Authentication Modules (PAM) 
architecture. This module has been tested and is known to work on Pike 7.5 under
Solaris and Linux. Please report problems and bugs to the author, listed in the
AUTHORS document that came with this software.

BUILDING

To build this module, perform the following steps:

1. Make sure that make and your C compiler are in your PATH.
2. Unpack the module.
3. Enter the module directory.
4. Run the following command:
     pike -x module
5. Install the module using one of the following commands:
     pike -x module install
       (installs the module in the system module tree)
        or
     pike -x module local_install
       (installs the module in your local module tree in $HOME/pike_modules)
6. If desired, you may incorporate the module's reference documentation into
   your local Pike installation using the following command:
     pike -x module modref

Usage examples are found in the examples directory.