Bug 836595
Summary: | Remove users "lightdm" and "root" from userlist | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Heiko Adams <bugzilla> | ||||
Component: | accountsservice | Assignee: | Matthias Clasen <mclasen> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 17 | CC: | christoph.wickert, gregor, mclasen, rdieter | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-07-02 22:29:09 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: | |||||||
Attachments: |
|
Description
Heiko Adams
2012-06-29 15:27:56 UTC
As far as I can tell, that's a bug elsewhere (accountservice?), lightdm.conf already contains: ... [UserAccounts] minimum-uid=1000 though I suppose adding those 2 to the explicit blacklist: hidden-users=... couldn't hurt Last time I tested, munimum-uid was already enough. I guess Heiko is using an oudated config. Heiko, can you make sure your config is up to date? I didn't change anything on my config so it should be up2date Created attachment 595333 [details]
my lightdm config
Oh sorry, the file I meant was /etc/lightdm/users.conf which has a comment about how accountsservice is used instead, # NOTE: If you have AccountsService installed on your system, then LightDM will # use this instead and these settings will be ignored users.conf is ignored by lightdm if accountsservice is running. For some time now user filtering is based on login shell* @Heiko is nologin on lightdm user set in /etc/passwd? *https://bugs.freedesktop.org/show_bug.cgi?id=44408 In particular, what does this say? $ dbus-send --system --print-reply \ --dest=org.freedesktop.Accounts /org/freedesktop/Accounts \ org.freedesktop.Accounts.ListCachedUsers for me, I get : method return sender=:1.12 -> dest=:1.129 reply_serial=2 array [ object path "/org/freedesktop/Accounts/User1001" object path "/org/freedesktop/Accounts/User1000" ] $ rpm -q accountsservice accountsservice-0.6.21-1.fc17.x86_64 $ cat /etc/passwd|grep lightdm lightdm:x:43:43::/var/log/lightdm:/sbin/nologin $ cat /etc/passwd|grep root root:x:0:0:root:/root:/bin/bash operator:x:11:0:operator:/root:/sbin/nologin $ rpm -q accountsservice accountsservice-0.6.18-1.fc17.x86_64 (In reply to comment #9) > $ rpm -q accountsservice > accountsservice-0.6.18-1.fc17.x86_64 What happens when you upgrade to accountsservice from updates-testing? Updating to accountsservice from updates-testing solves the problem OK, I'm conviced this is an accountsservice bug now, but looks like https://admin.fedoraproject.org/updates/FEDORA-2012-9407/accountsservice-0.6.21-1.fc17 got pulled and we have a new one pending: https://admin.fedoraproject.org/updates/accountsservice-0.6.21-2.fc17 either fixes our particular problem here (for me, at least). https://admin.fedoraproject.org/updates/accountsservice-0.6.21-2.fc17 Can you push this update also to f16? lightdm in f16 should be affected by this issue, too accountsservice-0.6.21-2.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/FEDORA-2012-10120/accountsservice-0.6.21-2.fc17 Re: comment #13 Testing on f16, I don't experience this bug with accountsservice-0.5.15-3.fc16 do you? uhm...no. I don't have a f16 system here. But probably you are right and the old accountsservice version is not affected by this issue. accountsservice-0.6.21-2.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |