pam_systemd_home: Use PAM_TEXT_INFO for token prompts#40412
Merged
poettering merged 1 commit intosystemd:mainfrom Jan 21, 2026
Merged
pam_systemd_home: Use PAM_TEXT_INFO for token prompts#40412poettering merged 1 commit intosystemd:mainfrom
poettering merged 1 commit intosystemd:mainfrom
Conversation
The prompts asking the user to physically authenticate or confirm presence on a security token are informational requests for action, not error conditions. This commit changes the message type to PAM_TEXT_INFO, which is more appropriate for guiding the user through the authentication process.
yuwata
approved these changes
Jan 21, 2026
19 tasks
Member
|
lgtm |
vadika
added a commit
to vadika/ghaf
that referenced
this pull request
Mar 21, 2026
The pam_systemd_home PAM_TEXT_INFO patch (systemd/systemd#40412) has been merged upstream and is now available in the locked nixpkgs revision. This overlay was causing a massive rebuild cascade: since systemd is a transitive dependency of virtually every package (via dbus, polkit, udev, glib, gtk, qt, etc.), patching it forced from-source rebuilds of packages like inkscape, openjdk, qtbase6, and hundreds of others that would otherwise be fetched from the binary cache. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: vadik likholetov <vadikas@gmail.com>
1 task
vadika
added a commit
to vadika/ghaf
that referenced
this pull request
Mar 22, 2026
The pam_systemd_home PAM_TEXT_INFO patch (systemd/systemd#40412) has been merged upstream and is now available in the locked nixpkgs revision. This overlay was causing a massive rebuild cascade: since systemd is a transitive dependency of virtually every package (via dbus, polkit, udev, glib, gtk, qt, etc.), patching it forced from-source rebuilds of packages like inkscape, openjdk, qtbase6, and hundreds of others that would otherwise be fetched from the binary cache. Signed-off-by: vadik likholetov <vadikas@gmail.com>
brianmcgillion
pushed a commit
to tiiuae/ghaf
that referenced
this pull request
Mar 22, 2026
The pam_systemd_home PAM_TEXT_INFO patch (systemd/systemd#40412) has been merged upstream and is now available in the locked nixpkgs revision. This overlay was causing a massive rebuild cascade: since systemd is a transitive dependency of virtually every package (via dbus, polkit, udev, glib, gtk, qt, etc.), patching it forced from-source rebuilds of packages like inkscape, openjdk, qtbase6, and hundreds of others that would otherwise be fetched from the binary cache. Signed-off-by: vadik likholetov <vadikas@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The prompts asking the user to physically authenticate or confirm presence on a security token are informational requests for action, not error conditions.
This commit changes the message type to PAM_TEXT_INFO, which is more appropriate for guiding the user through the authentication process.