| Summary: | LightDM KDE greeter does not honor the `greeter-hide-users` lightdm.conf setting. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Phil! Gold <phil_g> |
| Component: | lightdm-kde | Assignee: | Rex Dieter <rdieter> |
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | cwickert, gregor, orion, rdieter |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-07-19 10:48:14 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: | |
I think you'll have to configure accountsservice to hide those It's not that I want specific accounts to be hidden from the list of users. I just don't want the list of users in the first place; instead, I want an ordinary text box that people can type their usernames into. For comparison, take a look at the GTK greeter. When `greeter-hide-users` is set to `false` (and `greeter-show-manual-login` is also set to `false`; the default settings), it has a drop-down list containing all of the users in the system. When `greeter-hide-users` is set to `true` (and `greeter-show-manual-login` is also `true`), the GTK greeter has a text field instead of the drop-down. The KDE greeter should honor those settings in the same way. This message is a reminder that Fedora 20 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 20. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '20'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 20 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora 20 changed to end-of-life (EOL) status on 2015-06-23. Fedora 20 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. Perhaps not the exact same issue - but I was enable to select any other users than the one lightdm-kde decided to display despite changing greeter-hide-users and greeter-show-manual-login. I use sssd with ldap backend for users. Filed upstream. This message is a reminder that Fedora 21 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 21. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '21'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 21 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |
Description of problem: I have `greeter-hide-users=true` in my `/etc/lightdm/lightdm.conf` file. The KDE greeter displays all of the accounts on the system despite that setting. I have about 3000 accounts on the system, so that isn't the most usable situation. Version-Release number of selected component (if applicable): lightdm-1.8.5-2.fc20.x86_64 lightdm-kde-0.3.2.1-5.fc20.x86_64 How reproducible: Always. Steps to Reproduce: 1. Use lightdm.conf as shown below, especially with respect to the `greeter-session` and `greeter-hide-users` settings. 2. Start lightdm. Actual results: Users are displayed in a horizontal list, which must be dragged to get to the desired account. Expected results: The greeter should have a text entry box into which the username is typed. Additional info: Here's what my /etc/lightdm/lightdm.conf file has in it: [LightDM] minimum-vt=1 user-authority-in-system-dir=true [SeatDefaults] xserver-command=X -background none greeter-session=lightdm-kde-greeter greeter-hide-users=true greeter-show-manual-login=true user-session=mate allow-guest=false session-wrapper=/etc/X11/xinit/Xsession [XDMCPServer] enabled=false [VNCServer] enabled=false