Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: Lars Magne Ingebrigtsen <larsi@gnus.org>
Cc: XeCycle <XeCycle@Gmail.com>,  ding@gnus.org
Subject: Re: Bug: auth-sources not set before retrieving authinfo
Date: Sun, 10 Jun 2012 15:09:54 -0400	[thread overview]
Message-ID: <87vcizasql.fsf@lifelogs.com> (raw)
In-Reply-To: <m3vcizour4.fsf@stories.gnus.org> (Lars Magne Ingebrigtsen's message of "Sun, 10 Jun 2012 21:02:39 +0200")

On Sun, 10 Jun 2012 21:02:39 +0200 Lars Magne Ingebrigtsen <larsi@gnus.org> wrote: 

LMI> XeCycle <XeCycle@Gmail.com> writes:
>> Hello, I'm bothered by the behaviour that Gnus always asks me to
>> decrypt my .authinfo.gpg, though none of the servers need
>> authentication.

LMI> Yes, nntp.el needs to look into the .authinfo.gpg file to see whether
LMI> the server you're connecting to has a "force" parameter in the
LMI> .authinfo.gpg file.

LMI> I would suggest setting up a GPG agent or just leaving the .authinfo
LMI> file unencrypted.

You can also structure `auth-sources' so a specific host is found in
~/.authinfo but all others come from ~/.authinfo.gpg.

First in the list, put the ~/.authinfo entry, and add an extra parameter
"host: regex" with `M-x customize-variable'.  The equivalent Lisp:

#+begin_src lisp
(setq auth-sources '((:source "~/.authinfo" :host "yourhost" :port t)
                     (:source "~/.authinfo.gpg" :host t :port t)))

#+end_src

Let me know if it works OK for you or not.

Ted



  reply	other threads:[~2012-06-10 19:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-04  8:56 XeCycle
2012-06-06  3:55 ` XeCycle
2012-12-23  2:35   ` Ted Zlatanov
2012-06-10 19:02 ` Lars Magne Ingebrigtsen
2012-06-10 19:09   ` Ted Zlatanov [this message]
2012-06-11  4:26     ` XeCycle
2012-07-18 14:13       ` Ted Zlatanov
2012-12-23  2:37         ` Ted Zlatanov
2012-06-11  4:03   ` XeCycle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vcizasql.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=XeCycle@Gmail.com \
    --cc=ding@gnus.org \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).