]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Makefile: move chpasswd and newusers to pamd target
authorloqs <loqs@users.noreply.github.com>
Fri, 26 Jan 2024 12:41:09 +0000 (12:41 +0000)
committerAlejandro Colomar <alx@kernel.org>
Tue, 30 Jan 2024 21:10:32 +0000 (22:10 +0100)
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 <dvzrv@archlinux.org>
etc/pam.d/Makefile.am

index 38ff26ae8f0181ba1fb4496479f09054d2999563..3d04b13c9caddb40a55488d184a3f8deeabe1a83 100644 (file)
@@ -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