Go to file
Thorsten Kukuk 940747f88c pam_access: rework resolving of tokens as hostname
* modules/pam_access/pam_access.c: separate resolving of IP addresses
  from hostnames. Don't resolve TTYs or display variables as hostname
  (#834).
  Add "nodns" option to disallow resolving of tokens as hostname.
* modules/pam_access/pam_access.8.xml: document nodns option
* modules/pam_access/access.conf.5.xml: document that hostnames should
  be written as FQHN.
2024-11-18 23:09:45 +01:00
.github/workflows ci: drop autotools support 2024-10-23 08:00:00 +00:00
aux meson: build Linux-PAM using meson 2024-09-10 08:00:00 +00:00
ChangeLog.old Move all historic changelog files to a top-level ChangeLog.old directory 2024-05-15 08:00:00 +00:00
ci build: drop autotools support 2024-10-23 08:00:00 +00:00
conf build: drop autotools support 2024-10-23 08:00:00 +00:00
doc doc: make PDF documentation optional 2024-11-05 08:54:03 -05:00
examples build: drop autotools support 2024-10-23 08:00:00 +00:00
libpam Prepare for 1.7.0 release 2024-10-23 08:00:00 +00:00
libpam_internal build: drop autotools support 2024-10-23 08:00:00 +00:00
libpam_misc build: drop autotools support 2024-10-23 08:00:00 +00:00
libpamc build: drop autotools support 2024-10-23 08:00:00 +00:00
maint maint: update release procedure 2024-10-24 08:00:00 +00:00
modules pam_access: rework resolving of tokens as hostname 2024-11-18 23:09:45 +01:00
po po: update translations using Weblate (Indonesian) 2024-10-28 08:00:00 +00:00
tests build: drop autotools support 2024-10-23 08:00:00 +00:00
xtests build: drop autotools support 2024-10-23 08:00:00 +00:00
.gitattributes build: drop autotools support 2024-10-23 08:00:00 +00:00
AUTHORS Relevant BUGIDs: none 2005-12-16 17:52:36 +00: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
meson_options.txt meson: build Linux-PAM using meson 2024-09-10 08:00:00 +00:00
meson.build doc: make PDF documentation optional 2024-11-05 08:54:03 -05:00
NEWS Prepare for 1.7.0 release 2024-10-23 08:00:00 +00:00
pgp.keys.asc pgp.keys.asc: update 2023-03-30 20:00:00 +00:00
README README: replace autotools-based instructions with meson-based ones 2024-10-23 08:00:00 +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.

First, configure the build using meson setup:

      mkdir build
      meson setup <your-options> build

Then compile:

      meson compile -C build

To make sure everything was compiled correct, run:

      meson test -C build

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..)

      meson install -C build

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

To generate 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.