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 705370 - authPrompt: fix disable-user-list / Not Listed?
authPrompt: fix disable-user-list / Not Listed?
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: login-screen
unspecified
Other All
: Normal normal
: ---
Assigned To: Ray Strode [halfline]
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-08-02 18:22 UTC by Ray Strode [halfline]
Modified: 2013-08-06 02:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
authPrompt: fix disable-user-list / Not Listed? (4.02 KB, patch)
2013-08-02 18:22 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2013-08-02 18:22:00 UTC
If the first question asked to a user is from the
shell and not from the PAM service (i.e. Username: ),
then we'll save what the user types until PAM asks
a question and then try to send it to PAM.

This commit makes sure the preemptive answer can be used
before the PAM conversation gets started, and makes sure
to discard the preemptive answer if we're not expecting it.
Comment 1 Ray Strode [halfline] 2013-08-02 18:22:05 UTC
Created attachment 250734 [details] [review]
authPrompt: fix disable-user-list / Not Listed?
Comment 2 Jasper St. Pierre (not reading bugmail) 2013-08-03 06:55:20 UTC
Review of attachment 250734 [details] [review]:

OK.
Comment 3 Ray Strode [halfline] 2013-08-06 02:10:24 UTC
Attachment 250734 [details] pushed as a70e74e - authPrompt: fix disable-user-list / Not Listed?