Skip to content

Commit

Permalink
Makefile: move chpasswd and newusers to pamd target
Browse files Browse the repository at this point in the history
Install pam configs for chpasswd and newusers when using ./configure --with-libpam --disable-account-tools-setuid.
Fixes #810.

Tested-by: David Runge <[email protected]>
  • Loading branch information
loqs authored and alejandro-colomar committed Jan 30, 2024
1 parent cd9b4de commit 341d80c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/pam.d/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 341d80c

Please sign in to comment.