After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 143707 - autologin drop-down userlist includes nfsnobody
autologin drop-down userlist includes nfsnobody
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
2.6.0.x
Other Linux
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2004-06-04 13:12 UTC by Mark McLoughlin
Modified: 2004-08-18 19:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.26 KB, patch)
2004-06-04 13:15 UTC, Mark McLoughlin
none Details | Review

Description Mark McLoughlin 2004-06-04 13:12:39 UTC
From:

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119129

The gdmsetup autologin drop-down userlist includes nfsnobody, but
shouldn't.

The reason is that nfsnobody's UID is 65534 which doesn't get filtered by
MinimalUID=500 in /etc/X11/gdm/gdm.conf.
Comment 1 Mark McLoughlin 2004-06-04 13:14:34 UTC
So, there's a few ways we could fix this:

 1) Hack: manually exclude UID 65534 from the list

 2) Add MaximalUID

 3) Respect the "Exclude" preference in the gdmsetup combos

Attaching a patch from Tim Waugh to do (1) 
Comment 2 Mark McLoughlin 2004-06-04 13:15:37 UTC
Created attachment 28340 [details] [review]
patch
Comment 3 George Lebl 2004-08-18 19:41:18 UTC
fixed in cvs by use of the Exclude= preference,

BTW: whoever made nfsnobody UID 65534 should be shot.