Gnus development mailing list
 help / color / mirror / Atom feed
* chaining authinfo files?
@ 2012-01-09 22:22 Richard Riley
  2012-01-10  9:45 ` Stefan Nobis
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Riley @ 2012-01-09 22:22 UTC (permalink / raw)
  To: ding


Can I have multiple .authinfo.gpg type files or include one from another?





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: chaining authinfo files?
  2012-01-09 22:22 chaining authinfo files? Richard Riley
@ 2012-01-10  9:45 ` Stefan Nobis
  2012-01-10 14:39   ` Ted Zlatanov
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Nobis @ 2012-01-10  9:45 UTC (permalink / raw)
  To: ding

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

Richard Riley <rileyrg@gmail.com> writes:

> Can I have multiple .authinfo.gpg type files or include one from
> another?

As far as I understand the auth-source module, yes, this should be
possible. You can configure/customize the variable auth-sources, e.g.

(setq auth-sources '((:source "~/.other-autinfo.gpg" :host "myserver" :user "joe")
                     "~/.authinfo.gpg"))


-- 
Until the next mail...,
Stefan.

[-- Attachment #2: Type: application/pgp-signature, Size: 454 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: chaining authinfo files?
  2012-01-10  9:45 ` Stefan Nobis
@ 2012-01-10 14:39   ` Ted Zlatanov
  0 siblings, 0 replies; 3+ messages in thread
From: Ted Zlatanov @ 2012-01-10 14:39 UTC (permalink / raw)
  To: ding

On Tue, 10 Jan 2012 10:45:16 +0100 Stefan Nobis <stefan-ml@snobis.de> wrote: 

SN> Richard Riley <rileyrg@gmail.com> writes:
>> Can I have multiple .authinfo.gpg type files or include one from
>> another?

SN> As far as I understand the auth-source module, yes, this should be
SN> possible. You can configure/customize the variable auth-sources, e.g.

(setq auth-sources '((:source "~/.other-autinfo.gpg" :host "myserver" :user "joe")
                      "~/.authinfo.gpg"))

Yes, exactly.  Most people keep a single file, but you can modularize.

The netrc format and GPG itself don't have an include mechanism.

Ted




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-10 14:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-09 22:22 chaining authinfo files? Richard Riley
2012-01-10  9:45 ` Stefan Nobis
2012-01-10 14:39   ` Ted Zlatanov

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).