Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1372473

Summary: gdm: username inputbox is missing, no way to log in
Product: Red Hat Enterprise Linux 7 Reporter: Michael Mráka <mmraka>
Component: gnome-shellAssignee: Florian Müllner <fmuellner>
Status: CLOSED WORKSFORME QA Contact: Desktop QE <desktop-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.3CC: fmuellner, lmiksik, mboisver, mmraka, rstrode, tpelka, vbenes
Target Milestone: rcKeywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-08 17:58:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1370511    

Description Michael Mráka 2016-09-01 20:39:59 UTC
Description of problem:
Have gdm-greeter with disabled user list (i.e. there's inputbox for username instead of picking username from a list). Inputbox is missing and there's no way to log in. 

Version-Release number of selected component (if applicable):
gnome-shell-3.14.4-52.el7.x86_64

How reproducible:
always

Steps to Reproduce:
1. disable gdm-greeter user list
cat >>/etc/dconf/db/gdm.d/01-disable_user_list <<EOGDM
[org/gnome/login-screen]
disable-user-list=true
EOGDM
2. restart Xorg
3. try to log in via gdm

Actual results:
no username inputbox

Expected results:
be able to write username down and log in

Additional info:
gnome-shell-3.14.4-37.el7.x86_64 works fine

Comment 2 Michael Mráka 2016-09-01 20:48:19 UTC
Kind of regression / reappearance of bug 1270378 from 7.2 beta.

Comment 10 Ray Strode [halfline] 2016-09-07 17:56:11 UTC
of all the changes, between -37 and -52 the one most likely to be related is this one:

* Tue Apr 19 2016 Ray Strode <rstrode> - 3.14.4-40•
- Allow timed login with no user list•
  Resolves: #1301263•

is it possible timed login is enabled ?