Go to file
Jeff Squyres d62120ed7c pam.conf: clarify default action for unspecified return codes
Add short blurbs explaining that if a return code is not specified in
the "[value1=action1 value2=action2 ...]" form and "default=action" is
not specified, that return code's action defaults to "bad".

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2021-05-24 08:43:38 +02:00
.github/workflows .github: partially migrate from ubuntu-18.04 to ubuntu-20.04 2020-11-28 08:00:00 +00:00
ci ci: do not install libxcrypt-dev 2020-11-28 08:00:00 +00:00
conf Remove deprecated pam_cracklib module 2020-10-29 08:00:00 +00:00
doc pam.conf: clarify default action for unspecified return codes 2021-05-24 08:43:38 +02:00
dynamic Update .gitignore files 2011-10-27 14:55:55 +00:00
examples Do not use CFLAGS for warning flags set from configure 2019-12-18 13:59:44 +01:00
libpam libpam: add supplementary groups on priv drop 2020-11-10 14:48:25 +01:00
libpam_misc misc_conv: Flush the terminal input after the password is read 2021-04-12 18:28:47 +02:00
libpamc libpamc.h: include "config.h" as the first header 2020-04-24 00:10:19 +00:00
m4 Add missing format function attributes and enable -Wmissing-format-attribute 2020-10-25 08:00:00 +00:00
maint maint: update release procedure 2020-11-24 18:00:00 +00:00
modules pam_limits: "Unlimited" is not a valid value for RLIMIT_NOFILE. 2021-04-22 10:47:22 +02:00
po po: update translations using Weblate (Korean) 2021-04-25 08:00:00 +00:00
tests Fix various typos found using codespell tool 2020-03-28 18:19:41 +00:00
xtests Remove deprecated pam_cracklib module 2020-10-29 08:00:00 +00:00
.gitignore .gitignore: move doc-specific entries to doc/.gitignore 2020-06-26 22:00:00 +00:00
.travis.yml ci: add gcc-10 jobs 2020-04-26 11:12:59 +00:00
AUTHORS Relevant BUGIDs: none 2005-12-16 17:52:36 +00:00
autogen.sh autotools: enable warnings 2020-08-03 16:15:47 +02:00
CHANGELOG Fix whitespace issues 2011-10-26 23:56:54 +00:00
ChangeLog-CVS Generate ChangeLog from git log 2011-10-27 14:55:55 +00:00
configure.ac configure.ac: add --with-systemdunitdir option 2021-01-27 08:36:28 +01:00
COPYING Fix whitespace issues 2011-10-26 23:56:54 +00:00
Copyright Fix whitespace issues 2011-10-26 23:56:54 +00:00
gitlog-to-changelog gitlog-to-changelog: update from gnulib 2020-06-03 08:00:00 +00:00
Make.xml.rules.in build: rework vendordir substitution 2020-04-28 10:10:08 +00:00
Makefile.am build: do not generate tarballs compressed with bzip2 and gzip 2020-06-04 08:00:00 +00:00
NEWS Fix grammar: replace "an user" with "a user" everywhere 2020-11-24 18:00:00 +00:00
pgp.keys.asc Relevant BUGIDs: 612956 2002-09-24 04:35:26 +00:00
README Adjust README with instructions for package prerequsities 2020-03-13 09:30:55 +01:00
README-hacking Generate ChangeLog from git log 2011-10-27 14:55:55 +00:00
zanata.xml Project registered at Zanata (fedora.zanata.org) for translations. 2016-04-14 17:48:03 +02:00

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.