Mailinglist Archive: opensuse-bugs (19817 mails)

< Previous Next >
[Bug 383353] /etc/X11/xdm/sys. xsession makes the pam-launched gnome-keyring useless
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Wed, 14 May 2008 04:53:23 -0600 (MDT)
  • Message-id: <20080514105323.04EA6CC7B6@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=383353

User werner@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=383353#c7


Dr. Werner Fink <werner@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider|
|captain.magnus@xxxxxxxxxxxx




--- Comment #7 from Dr. Werner Fink <werner@xxxxxxxxxx> 2008-05-14 04:53:22
MST ---
In other words if the variables
GNOME_KEYRING_PID
and
GNOME_KEYRING_SOCKET
are set, the process for the pid found in GNOME_KEYRING_PID is
/usr/bin/gnome-keyring-daemon and we have a valid socket, the
ssh-agent should be skipped?

then this piece of code

#
# No ssh-agent if a ssh session is already provided by an other agent.
#
if test -n "$GNOME_KEYRING_PID" -a -S "$GNOME_KEYRING_SOCKET" ; then
if test -S "$SSH_AUTH_SOCK" ; then
usessh=no
fi
fi

before setting up ssh-agent should work. The question is if the
variable GNOME_KEYRING_SOCKET holds the path to a real socket file.


--
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.

< Previous Next >