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 690562 - display-access-file: maintain FamilyLocal entry for backward compatibility
display-access-file: maintain FamilyLocal entry for backward compatibility
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2012-12-20 16:12 UTC by Ray Strode [halfline]
Modified: 2012-12-20 16:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
display-access-file: maintain FamilyLocal entry for backward compatibility (8.29 KB, patch)
2012-12-20 16:12 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2012-12-20 16:12:38 UTC
commit 0fccf4e0671e49f6e57d0135c97344973c042b23 swapped out the
FamilyLocal auth cookie for a FamilyWild auth cookie, because the
latter is more resilient to hostname changes.  Unfortunately,
not all of the tooling accepts FamilyWild cookies (in particular the
xauth command), so things like su broke.

This commit changes the code to have a FamilyWild and FamilyLocal
cookie.
Comment 1 Ray Strode [halfline] 2012-12-20 16:12:39 UTC
Created attachment 231995 [details] [review]
display-access-file: maintain FamilyLocal entry for backward compatibility
Comment 2 Ray Strode [halfline] 2012-12-20 16:12:53 UTC
Attachment 231995 [details] pushed as 6bc39aa - display-access-file: maintain FamilyLocal entry for backward compatibility