Go to file
KevinDuan 29d5bc4b88
update debian/changelog.
Signed-off-by: KevinDuan <duankaiwen@kylinos.cn>
2024-08-30 08:02:46 +00:00
build-aux Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00
conf Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00
debian update debian/changelog. 2024-08-30 08:02:46 +00:00
doc fix-autoreconf.patch 2024-04-12 12:14:16 +08:00
examples Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00
libpam lib_security_multiarch_compat 2024-04-12 12:14:16 +08:00
libpam_misc Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00
libpamc Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00
m4 Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00
modules Fix FTBFS when built with -Werror=implicit-function-declaration 2024-04-12 12:14:16 +08:00
po update 2024-08-30 15:08:36 +08:00
tests define PATH_MAX for compatibility when it's not already set 2024-04-12 12:14:16 +08:00
xtests Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00
ABOUT-NLS Import Upstream version 1.3.1 2022-05-14 02:37:31 +08:00
AUTHORS Import Upstream version 1.3.1 2022-05-14 02:37:31 +08:00
CHANGELOG Import Upstream version 1.3.1 2022-05-14 02:37:31 +08:00
COPYING Import Upstream version 1.3.1 2022-05-14 02:37:31 +08:00
ChangeLog Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00
ChangeLog-CVS Import Upstream version 1.3.1 2022-05-14 02:37:31 +08:00
Copyright Import Upstream version 1.3.1 2022-05-14 02:37:31 +08:00
INSTALL Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00
Make.xml.rules.in Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00
Makefile.am Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00
Makefile.in Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00
NEWS Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00
README Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00
aclocal.m4 Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00
config.h.in Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00
configure Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00
configure.ac Add a pam_extrausers module 2024-04-12 12:14:16 +08:00
pgp.keys.asc Import Upstream version 1.5.3 2024-04-12 12:14:10 +08:00

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 <your-options>
      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.