From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76739 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.tramp,gmane.emacs.gnus.general Subject: Re: Secrets API "login" session is now "Login"? Date: Mon, 14 Feb 2011 14:56:07 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87tyg6pc7s.fsf@lifelogs.com> References: <8739nqtzbo.fsf@lifelogs.com> <87lj1ik4l6.fsf@gmx.de> <87aahysghw.fsf@lifelogs.com> <87y65imjyw.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297717220 17578 80.91.229.12 (14 Feb 2011 21:00:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Feb 2011 21:00:20 +0000 (UTC) Cc: ding@gnus.org To: tramp-devel@mail.freesoftware.fsf.org Original-X-From: tramp-devel-bounces+get-tramp-devel=m.gmane.org@gnu.org Mon Feb 14 22:00:16 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 1Pp5Wq-00017F-50 for get-tramp-devel@m.gmane.org; Mon, 14 Feb 2011 22:00:16 +0100 Original-Received: from localhost ([127.0.0.1]:47167 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp5Wp-0007UN-Gj for get-tramp-devel@m.gmane.org; Mon, 14 Feb 2011 16:00:15 -0500 Original-Received: from [140.186.70.13] (port=48057 helo=mail.fsf.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp5Wi-0007SC-AF for tramp-devel@mail.freesoftware.fsf.org; Mon, 14 Feb 2011 16:00:10 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:56867) by mail.fsf.org with esmtp (Exim 4.69) (envelope-from ) id 1Pp5Wh-0007mJ-GV for tramp-devel@mail.freesoftware.fsf.org; Mon, 14 Feb 2011 16:00:07 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pp5We-00011F-PI for tramp-devel@mail.freesoftware.fsf.org; Mon, 14 Feb 2011 22:00:04 +0100 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Feb 2011 22:00:04 +0100 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Feb 2011 22:00:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 48 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:jIfG1ak4aSHIOYu1XlMVfR95W9U= X-detected-operating-system: by mail.fsf.org: GNU/Linux 2.6 (newer, 3) 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:7660 gmane.emacs.gnus.general:76739 Archived-At: On Mon, 14 Feb 2011 21:36:55 +0100 Michael Albinus wrote: MA> 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)? MA> I'm running an up-to-date Ubuntu 10.10. In secrets.el, I see MA> (secrets-get-alias "default") MA> => "login" MA> Maybe you have changed the default alias via `secrets-set-alias'? No, I'm sure. (secrets-get-alias "default") => nil (secrets-list-collections) => ("session" "Login") MA> Anyway, I recommend to use the collection returned by (secrets-get-alias MA> "default"). There's is no need to hardwire it as "login". We use "Login" in many of the examples. I wanted a collection that may actually have entries from other programs. It's just puzzling that "login" worked until recently and seahorse still says "login". Ted