Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
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 (deleted)
2004-05-10 11:35 UTC, Tim Waugh
no flags Details | Diff
gdm-spec.patch (deleted)
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.