Bug#1140097: Update of PAM configuration necessary
Chris Hofstädtler <[email protected]> Mon, 15 Jun 2026 19:22:15 +0200
| Newsgroups | gmane.linux.debian.devel.x |
|---|---|
| Message-ID | <[email protected]> |
Package: weston Version: 15.0.1-1 Severity: important Control: affects -1 login Hi, your package currently installs a PAM configuration that includes the "login" PAM configuration. This is a problem for multiple reasons: 1) currently there is no guarantee login is installed 2) login moved its PAM config into /usr/lib/pam.d, and PAM currently fails to properly include files from there (1140029) 3) the Debian-correct way was to @include common-* instead. Your pam.d file `weston-remote-access` is currently: ``` #%PAM-1.0 auth include login account include login ``` Please replace it with: ``` @include common-auth @include common-account ``` Then let me know in which version you fixed this, so login can add Breaks: as needed. I suggest you do this soon, as once users get the new login (already in unstable), your package will fail to work. Best, Chris