From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77381 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general Subject: Re: auth-sources asking for password 2 or 3 times Date: Sat, 26 Feb 2011 09:49:40 +0900 Message-ID: <87r5avfwm3.fsf-ueno@unixuser.org> References: <857hcumuuu.fsf@gmail.com> <87oc66kwih.fsf@gnus.org> <87k4gukw3m.fsf@gnus.org> <87vd0bwwut.fsf@lifelogs.com> <87mxln1nqc.fsf@lifelogs.com> <87lj17400k.fsf@gnus.org> <87pqqjkkdm.fsf@broken.deisui.org> <87sjveol16.fsf@lifelogs.com> <87sjvcbujf.fsf@gnus.org> <87k4gomb3u.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1298681459 12474 80.91.229.12 (26 Feb 2011 00:50:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 26 Feb 2011 00:50:59 +0000 (UTC) Cc: ding@gnus.org To: Michael Albinus Original-X-From: ding-owner+M25705@lists.math.uh.edu Sat Feb 26 01:50:50 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pt8Mz-0003JY-T2 for ding-account@gmane.org; Sat, 26 Feb 2011 01:50:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Pt8MC-0006Jj-5m; Fri, 25 Feb 2011 18:50:00 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Pt8M9-0006JO-2U for ding@lists.math.uh.edu; Fri, 25 Feb 2011 18:49:57 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Pt8M2-0008Kv-0q for ding@lists.math.uh.edu; Fri, 25 Feb 2011 18:49:56 -0600 Original-Received: from ivory4.scn-net.ne.jp ([219.117.176.192]) by quimby.gnus.org with smtp (Exim 4.72) (envelope-from ) id 1Pt8M0-0002pq-IM for ding@gnus.org; Sat, 26 Feb 2011 01:49:49 +0100 Original-Received: from ([192.168.0.187]) (envelope sender: ) by ivory4.scn-net.ne.jp with Active!Hunter esmtp server; Sat, 26 Feb 2011 09:49:42 +0900 Original-Received: Received: from well-done.deisui.org (g187018.scn-net.ne.jp [202.83.187.18]) (authenticated) by blue17.scn-net.ne.jp (unknown) with ESMTP id p1Q0ngUA006671; Sat, 26 Feb 2011 09:49:42 +0900 In-Reply-To: <87k4gomb3u.fsf@gmx.de> (Michael Albinus's message of "Fri, 25 Feb 2011 15:40:05 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77381 Archived-At: Michael Albinus writes: > Daiki Ueno writes: > >> Right, now I changed my mind :) Maybe better approach would be to extend >> secrets.el to have GPG backend as a fallback. It could then manage >> mappings across two files internally/automatically (well, though I think >> gnome-keyring is way to go, some people care portability and want to >> manage their password collections in Emacs editable files). > > I do not understand. secrets.el is a package offering functions for the > D-Bus Secret Service API "org.freedesktop.secrets". How would GPG fit > into this? Yes, I know. However its Elisp interface could be implemented using GPG files, without access to D-Bus service in theory? For example, having non-secret portion of items in ~/.emacs.d/secrets/collection.org and secret portion of items in ~/.emacs.d/secrets/collection.org.gpg. Regards, -- Daiki Ueno