8053 beefd0184a 2022-08-08 ct_chen 2 years ago
..
build-aux beefd0184a 2022-08-08 ct_chen 2 years ago
conf beefd0184a 2022-08-08 ct_chen 2 years ago
doc beefd0184a 2022-08-08 ct_chen 2 years ago
examples beefd0184a 2022-08-08 ct_chen 2 years ago
libpam beefd0184a 2022-08-08 ct_chen 2 years ago
libpam_misc beefd0184a 2022-08-08 ct_chen 2 years ago
libpamc beefd0184a 2022-08-08 ct_chen 2 years ago
m4 beefd0184a 2022-08-08 ct_chen 2 years ago
modules beefd0184a 2022-08-08 ct_chen 2 years ago
po beefd0184a 2022-08-08 ct_chen 2 years ago
release beefd0184a 2022-08-08 ct_chen 2 years ago
tests beefd0184a 2022-08-08 ct_chen 2 years ago
xtests beefd0184a 2022-08-08 ct_chen 2 years ago
ABOUT-NLS beefd0184a 2022-08-08 ct_chen 2 years ago
AUTHORS beefd0184a 2022-08-08 ct_chen 2 years ago
CHANGELOG beefd0184a 2022-08-08 ct_chen 2 years ago
COPYING beefd0184a 2022-08-08 ct_chen 2 years ago
ChangeLog beefd0184a 2022-08-08 ct_chen 2 years ago
ChangeLog-CVS beefd0184a 2022-08-08 ct_chen 2 years ago
Copyright beefd0184a 2022-08-08 ct_chen 2 years ago
INSTALL beefd0184a 2022-08-08 ct_chen 2 years ago
Make.xml.rules beefd0184a 2022-08-08 ct_chen 2 years ago
Make.xml.rules.in beefd0184a 2022-08-08 ct_chen 2 years ago
Makefile beefd0184a 2022-08-08 ct_chen 2 years ago
Makefile.am beefd0184a 2022-08-08 ct_chen 2 years ago
Makefile.in beefd0184a 2022-08-08 ct_chen 2 years ago
NEWS beefd0184a 2022-08-08 ct_chen 2 years ago
README beefd0184a 2022-08-08 ct_chen 2 years ago
aclocal.m4 beefd0184a 2022-08-08 ct_chen 2 years ago
config.h beefd0184a 2022-08-08 ct_chen 2 years ago
config.h.in beefd0184a 2022-08-08 ct_chen 2 years ago
config.log beefd0184a 2022-08-08 ct_chen 2 years ago
config.status beefd0184a 2022-08-08 ct_chen 2 years ago
configure beefd0184a 2022-08-08 ct_chen 2 years ago
configure.ac beefd0184a 2022-08-08 ct_chen 2 years ago
libtool beefd0184a 2022-08-08 ct_chen 2 years ago
pgp.keys.asc beefd0184a 2022-08-08 ct_chen 2 years ago
stamp-h1 beefd0184a 2022-08-08 ct_chen 2 years ago

README

Hello!

Thanks for downloading Linux-PAM.

NOTES:

How to use it is as follows:

Please look at the ci/install_dependencies.sh for the necessary
prerequisite packages to be able to build the Linux-PAM. The script
is targeted at Debian based Linux distributions so the package
names and availability might differ on other distributions.

If you check out the sources from git, install Autotools and generate
configuration scripts, ensuring you have the minimum packages installed,
the ci scripts may help here:

./autogen.sh

Then compile:

./configure --help | less
./configure
make

To make sure everything was compiled correct, run:

make check

If a test fails, you should not continue to install this build.
These tests require a suitable file /etc/pam.d/other; if necessary,
create such a file containing, e.g., these five lines (not indented)

#%PAM-1.0
auth required pam_deny.so
account required pam_deny.so
password required pam_deny.so
session required pam_deny.so


Note, if you are worried - don't even think about doing the next line
(most Linux distributions already support PAM out of the box, so if
something goes wrong with installing the code from this version your
box may stop working..)

make install

That said, please report problems to the bug reporting database
at https://github.com/linux-pam/linux-pam/issues .

You can run additional checks after installing by executing

make xtests

as root.

WARNING: Running "make xtests" can overwrite configuration data
or make the system insecure/unfunctional for a short time!
Backup all important data before!

To regenerate manual pages from the XML source files you need the
docbook-xsl stylesheets in version 1.69.1 or newer, older versions had
a bug which generates a broken layout.