FolusWen 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
..
build-aux 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
conf 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
doc 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
examples 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
libpam 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
libpam_misc 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
libpamc 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
m4 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
modules 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
po 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
release 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
tests 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
xtests 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
ABOUT-NLS 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
AUTHORS 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
CHANGELOG 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
COPYING 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
ChangeLog 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
ChangeLog-CVS 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
Copyright 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
INSTALL 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
Make.xml.rules 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
Make.xml.rules.in 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
Makefile 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
Makefile.am 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
Makefile.in 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
NEWS 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
README 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
aclocal.m4 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
config.h 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
config.h.in 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
config.log 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
config.status 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
configure 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
configure.ac 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
libtool 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
pgp.keys.asc 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش
stamp-h1 6e15af0f3a [Add][GPL][Linux-PAM] 2 سال پیش

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.