From: loqs Date: Fri, 26 Jan 2024 12:41:09 +0000 (+0000) Subject: Makefile: move chpasswd and newusers to pamd target X-Git-Tag: 4.15.0-rc1~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=341d80c2c75108172aeb3cb2ef7d2a54c5ce69b5;p=thirdparty%2Fshadow.git Makefile: move chpasswd and newusers to pamd target Install pam configs for chpasswd and newusers when using ./configure --with-libpam --disable-account-tools-setuid. Fixes https://github.com/shadow-maint/shadow/issues/810. Tested-by: David Runge --- diff --git a/etc/pam.d/Makefile.am b/etc/pam.d/Makefile.am index 38ff26ae8..3d04b13c9 100644 --- a/etc/pam.d/Makefile.am +++ b/etc/pam.d/Makefile.am @@ -2,20 +2,20 @@ # and also cooperate to make a distribution for `make dist' pamd_files = \ + chpasswd \ chfn \ chsh \ groupmems \ login \ + newusers \ passwd pamd_acct_tools_files = \ chage \ - chgpasswd \ chpasswd \ groupadd \ groupdel \ groupmod \ - newusers \ useradd \ userdel \ usermod