From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76733 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.tramp,gmane.emacs.gnus.general Subject: Re: Secrets API "login" session is now "Login"? Date: Mon, 14 Feb 2011 21:36:55 +0100 Message-ID: <87y65imjyw.fsf@gmx.de> References: <8739nqtzbo.fsf@lifelogs.com> <87lj1ik4l6.fsf@gmx.de> <87aahysghw.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297715844 9753 80.91.229.12 (14 Feb 2011 20:37:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Feb 2011 20:37:24 +0000 (UTC) Cc: tramp-devel@mail.freesoftware.fsf.org, ding@gnus.org To: Ted Zlatanov Original-X-From: tramp-devel-bounces+get-tramp-devel=m.gmane.org@gnu.org Mon Feb 14 21:37:19 2011 Return-path: Envelope-to: get-tramp-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pp5Ab-0003A0-6U for get-tramp-devel@m.gmane.org; Mon, 14 Feb 2011 21:37:17 +0100 Original-Received: from localhost ([127.0.0.1]:58645 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp5Aa-0006gR-Pd for get-tramp-devel@m.gmane.org; Mon, 14 Feb 2011 15:37:16 -0500 Original-Received: from [140.186.70.13] (port=58258 helo=mail.fsf.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp5AV-0006bd-VG for tramp-devel@mail.freesoftware.fsf.org; Mon, 14 Feb 2011 15:37:13 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:42745) by mail.fsf.org with smtp (Exim 4.69) (envelope-from ) id 1Pp5AV-0007Ox-DZ for tramp-devel@mail.freesoftware.fsf.org; Mon, 14 Feb 2011 15:37:11 -0500 Original-Received: (qmail invoked by alias); 14 Feb 2011 20:37:09 -0000 Original-Received: from p57BB9605.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.150.5] by mail.gmx.net (mp030) with SMTP; 14 Feb 2011 21:37:09 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18H9h5UmKAHIptXUNX3AKqqenQo9hE1QUbarABR8u PeqVd5EyKgM9f8 In-Reply-To: <87aahysghw.fsf@lifelogs.com> (Ted Zlatanov's message of "Mon, 14 Feb 2011 10:55:23 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by mail.fsf.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: tramp-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: tramp-devel.gnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: tramp-devel-bounces+get-tramp-devel=m.gmane.org@gnu.org Errors-To: tramp-devel-bounces+get-tramp-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.tramp:7659 gmane.emacs.gnus.general:76733 Archived-At: Ted Zlatanov writes: > On Mon, 14 Feb 2011 16:39:49 +0100 Michael Albinus > wrote: > > MA> Ted Zlatanov writes: >>> This morning I noticed that while seahorse told me the login collection >>> was "login", the Secrets API listed it as "Login". I'm 100% sure that >>> it used to be "login". >>> >>> I've adjusted auth-source.el and auth.texi accordingly. If that's >>> wrong, please let me know. > > MA> The Secret Service API does not speak about the "login" collection. The > MA> only promise it gives is the "default" alias: > > MA> "Client applications without special requirements should store in the > MA> default collection. The default collection is always accessible through > MA> a specific object path." > > OK, but I see "login" in Seahorse and "Login" from secrets.el. There's > some disagreement happening. Do you see that or is it just me (recent > Ubuntu system, dist-upgraded 2 weeks ago and updated regularly)? I'm running an up-to-date Ubuntu 10.10. In secrets.el, I see (secrets-get-alias "default") => "login" Maybe you have changed the default alias via `secrets-set-alias'? Anyway, I recommend to use the collection returned by (secrets-get-alias "default"). There's is no need to hardwire it as "login". > Ted Best regards, Michael.