[Bug 241905] New: gnome-screensaver doesn't refresh Kerberos credentials
https://bugzilla.novell.com/show_bug.cgi?id=241905 Summary: gnome-screensaver doesn't refresh Kerberos credentials Product: SUSE Linux 10.1 Version: Final Platform: All OS/Version: SuSE Linux 10.1 Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: kuenne@rentec.com QAContact: qa@suse.de The gnome-screensaver in SUSE 10.1 doesn't refresh Kerberos credentials on a screen unlock. The reason is that it clears the KRB5CCNAME environment variable. The following small patch fixes it: --- src/gs-job.c.orig 2007-02-02 17:33:24.235435201 -0500 +++ src/gs-job.c 2007-02-02 17:32:43.693094650 -0500 @@ -571,7 +571,8 @@ "XAUTHORITY", "XAUTHLOCALHOSTNAME", "LANG", - "LANGUAGE" + "LANGUAGE", + "KRB5CCNAME" }; env = g_ptr_array_new (); --- src/gs-window-x11.c.orig 2007-02-02 17:41:03.341962568 -0500 +++ src/gs-window-x11.c 2007-02-02 17:41:28.371407604 -0500 @@ -559,7 +559,8 @@ "XAUTHORITY", "XAUTHLOCALHOSTNAME", "LANG", - "LANGUAGE" + "LANGUAGE", + "KRB5CCNAME" }; env = g_ptr_array_new (); -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=241905 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |danw@novell.com AssignedTo|bnc-team- |rodrigo@novell.com |gnome@forge.provo.novell.com| ------- Comment #1 from jpr@novell.com 2007-02-06 10:00 MST ------- Rodrigo, Dan does this sound right? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=241905#c2 JP Rosevear <jpr@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|rodrigo@novell.com |jpallen@novell.com --- Comment #2 from JP Rosevear <jpr@novell.com> 2007-11-02 15:56:07 MST --- We still haven't applied this patch - this is something that the SLED team should review for AD work probably. In fact their might be related bugs. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=241905 Jared Allen <jpallen@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com