From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66449 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: global authinfo mechanism in Emacs, Gnus, Tramp Date: Thu, 06 Mar 2008 16:36:10 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86ablb1nvp.fsf@lifelogs.com> References: <86ejbrrvg3.fsf@lifelogs.com> <86bq61m6ph.fsf_-_@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204842906 9569 80.91.229.12 (6 Mar 2008 22:35:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2008 22:35:06 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14940@lists.math.uh.edu Thu Mar 06 23:35:32 2008 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.50) id 1JXOgW-0006l4-Ay for ding-account@gmane.org; Thu, 06 Mar 2008 23:35:32 +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 1JXOfc-0005W2-Iq; Thu, 06 Mar 2008 16:34:36 -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 1JXOfb-0005Vt-Lo for ding@lists.math.uh.edu; Thu, 06 Mar 2008 16:34:35 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JXOfV-0001pI-T5 for ding@lists.math.uh.edu; Thu, 06 Mar 2008 16:34:35 -0600 Original-Received: from mail.blockstar.com ([170.224.69.95]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JXOfc-0003P3-00 for ; Thu, 06 Mar 2008 23:34:36 +0100 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com (unknown [38.98.147.130]) by mail.blockstar.com (Postfix) with ESMTP id 84F023F8E96 for ; Thu, 6 Mar 2008 14:36:19 -0800 (PST) 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" X-Hashcash: 1:20:080306:tramp-devel@gnu.org::UBRwTtpXj0RFh53f:0000000000000000000000000000000000000000003jP1 X-Hashcash: 1:20:080306:emacs-devel@gnu.org::btuKJj4gIa5W7UFt:0000000000000000000000000000000000000000006Llf X-Hashcash: 1:20:080306:ding@gnus.org::zwk3HzKmehrtTDlv:00006C/U In-Reply-To: <86bq61m6ph.fsf_-_@lifelogs.com> (Ted Zlatanov's message of "Thu, 28 Feb 2008 09:38:50 -0600") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66449 Archived-At: I set up a first draft of the auth-source.el package in Gnus. I'll do a bit more customization before it's even close to usable, but if anyone wants you can at least see how customize will look. The goal is simplicity, so I intentionally am not specifying ports and SSL/TLS/etc. options. Ted