After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 792339 - pam_gdm: bail if more than one password
pam_gdm: bail if more than one password
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2018-01-08 18:52 UTC by Ray Strode [halfline]
Modified: 2018-01-09 14:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pam_gdm: bail if more than one password (2.09 KB, patch)
2018-01-08 18:52 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2018-01-08 18:52:52 UTC
it's possible for different disks to have different encryption passwords
at startup.

In that case, we won't know which one to use, so bail.
Comment 1 Ray Strode [halfline] 2018-01-08 18:52:58 UTC
Created attachment 366507 [details] [review]
pam_gdm: bail if more than one password
Comment 2 Ray Strode [halfline] 2018-01-08 20:55:10 UTC
Attachment 366507 [details] pushed as 250dd69 - pam_gdm: bail if more than one password
Comment 3 Mathieu Bridon 2018-01-09 11:49:39 UTC
When you say it will "bail", what exactly won't happen?

* will autologin still happen? (I'm guessing yes)
* will the login keyring be unlocked? (I'm guessing no)
* will the keyring password be changed after I manually unlock it? (I'm guessing no)
Comment 4 Ray Strode [halfline] 2018-01-09 14:05:15 UTC
correct on all counts.