pam-auth-update ignores debconf settings
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dpkg (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
pam (Debian) |
Won't Fix
|
Unknown
|
|||
pam (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
pam-auth-update ignores the current debconf-settings. This makes it impossible to do automatically configure pam in noninteractive installations.
Demonstration:
~ # debconf-
libpam-runtime libpam-
libpam-runtime libpam-
libpam-runtime libpam-
libpam-runtime libpam-
libpam-runtime libpam-
~ # DEBIAN_
~ # debconf-
libpam-runtime libpam-
libpam-runtime libpam-
libpam-runtime libpam-
libpam-runtime libpam-
libpam-runtime libpam-
Changed in pam (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
Changed in pam (Debian): | |
status: | Unknown → Won't Fix |
It is by design of debconf that settings on the system take precedence over any values set in the debconf database. There is a valid use case for being able to preseed the set of modules that you want to install, but it's difficult to implement this while maintaining the requirement to respect any local changes to the config files; so for the moment this isn't going to be fixed.