Hi Chris!
2026-06-29 16:40, Chris Hofstaedtler:
On Mon, Jun 29, 2026 at 01:08:45PM +0200, Ted Lyngmo wrote:
Version: 1.7.0-5 (Debian)
`pam_start_confdir()` successfully opens the first service in the
supplied `confdir`. Included services are however expected to be placed
in /etc/pam.d and are therefore not found if they are placed in the
`confdir` that was supplied.
Could you check if this is fixed in 1.7.0-6?
Sure, if it installable via `apt install` somehow I can give it a try at
work (it's in our devcontainer at work so I'll have to try it out tomorrow).
Would something like this do the trick?
apt install libpam-runtime=1.7.0-6 libpam0g=1.7.0-6 libpam-modules=1.7.0-6
libpam-modules-bin=1.7.0-6
I did some light digging in the related source code but I couldn't see
any changes related to how confdir is propagated so I think it'll have
the same issue even in 1.7.2, but I could be wrong of course.
Br,
Ted