Bug 119129 - autologin drop-down userlist includes nfsnobody
Summary: autologin drop-down userlist includes nfsnobody
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: gdm
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Mark McLoughlin
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks: FC2Blocker
TreeView+ depends on / blocked
 
Reported: 2004-03-25 11:31 UTC by Tim Waugh
Modified: 2007-11-30 22:10 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-06-04 13:15:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
gdm-nfsnobody.patch (1.26 KB, patch)
2004-05-10 11:35 UTC, Tim Waugh
no flags Details | Diff
gdm-spec.patch (1.36 KB, patch)
2004-05-10 11:36 UTC, Tim Waugh
no flags Details | Diff

Description Tim Waugh 2004-03-25 11:31:21 UTC
Description of problem:
The gdmsetup autologin drop-down userlist includes nfsnobody, but
shouldn't.

Version-Release number of selected component (if applicable):
gdm-2.5.90.2-3

How reproducible:
100%

Comment 1 Nils Philippsen 2004-04-16 16:55:10 UTC
This is still the case with gdm-2.6.0.0-2. The reason is that
nfsnobody's UID is 65534 which doesn't get filtered by MinimalUID=500
in /etc/X11/gdm/gdm.conf.

Maybe we should hardcode "&& pwent->pw_uid < 65534 " into
gui/gdmsetup.c:508 or try to introduce a new option MaximalUID upstream?

Comment 2 Colin Charles 2004-05-07 18:43:14 UTC
Still reproducable in gdm-2.6.0.0-3

Comment 3 Tim Waugh 2004-05-10 11:35:47 UTC
Created attachment 100122 [details]
gdm-nfsnobody.patch

Comment 4 Tim Waugh 2004-05-10 11:36:51 UTC
Created attachment 100123 [details]
gdm-spec.patch

This minimal fix works for me.

Comment 5 Mark McLoughlin 2004-06-04 13:15:55 UTC
Thanks for the patch Tim. We'll figure this one out upstream:

http://bugzilla.gnome.org/show_bug.cgi?id=143707


Note You need to log in before you can comment on or make changes to this bug.