1
0
Fork 0
mirror of https://github.com/linux-pam/linux-pam.git synced 2025-12-05 22:28:41 +00:00
Linux PAM (Pluggable Authentication Modules for Linux) project
Find a file
vlefebvre c4a53492e1 pam_mkhomedir: Use vendordir when defined
* When the configuration is split between /etc and vendordir,
  pam_mkhomedir now takes care of the distribution-provided
  skeleton directory.

* mkhomedir_helper gets a new optional argument: vendordir.
  If specified, the home directory will be populated by contents of
  the directory specified by skeldir argument, followed by contents
  of the directory specified by vendordir argument.

Signed-off-by: vlefebvre <valentin.lefebvre@suse.com>
2025-09-08 08:00:00 +00:00
.github/workflows ci: add logind enabled jobs 2024-11-25 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 ci: add logind enabled jobs 2024-11-25 08:00:00 +00:00
conf build: drop autotools support 2024-10-23 08:00:00 +00:00
doc doc: fix typo in draft-morgan-pam.raw 2025-08-17 08:00:00 +00:00
examples check_user: use pam_unix.so as example config 2025-08-20 14:16:58 +02:00
libpam pam_modutil_get*: overwrite password at free (#846) 2025-08-14 16:04:05 +02:00
libpam_internal treewide: cleanup: use pam_asprintf() instead of asprintf() 2025-02-25 08:29:03 +00:00
libpam_misc treewide: cleanup: use pam_asprintf() instead of asprintf() 2025-02-25 08:29:03 +00:00
libpamc treewide: cleanup: use pam_asprintf() instead of malloc followed by sprintf() 2025-02-25 08:29:03 +00:00
maint maint: update release procedure 2025-06-16 08:00:00 +00:00
modules pam_mkhomedir: Use vendordir when defined 2025-09-08 08:00:00 +00:00
po po: update translations using Weblate (Spanish) 2025-07-30 09:53:39 +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 AUTHORS: update the list of current maintainers 2025-02-18 08:57:25 +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
meson.build pam_unix: add build option to let pam_unix try getspnam 2025-08-20 09:40:35 +02:00
meson_options.txt meson_options: set default vendordir (#933) 2025-08-26 15:57:11 +02:00
NEWS Prepare for 1.7.1 release 2025-06-16 20: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.