auth.texi (Help for users): Update for .gpg file being second

This commit is contained in:
Ted Zlatanov 2012-05-01 22:28:14 +00:00 committed by Katsumi Yamaoka
parent 976f7668ab
commit 723ea6b5d6
2 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2012-05-01 Teodor Zlatanov <tzz@lifelogs.com>
* auth.texi (Help for users): Update for .gpg file being second.
2012-04-27 Ippei Furuhashi <top.tuna+orgmode@gmail.com> (tiny change)
* org.texi (Agenda commands): Fix two typos: give corresponding

View file

@ -180,12 +180,15 @@ Here's a mixed example using two sources:
@end defvar
If you don't customize @code{auth-sources}, you'll have to live with
the defaults: any host and any port are looked up in the netrc
file @file{~/.authinfo.gpg}, which is a GnuPG encrypted file
(@pxref{GnuPG and EasyPG Assistant Configuration}).
the defaults: the unencrypted netrc file @file{~/.authinfo} will be
used for any host and any port.
If that fails, the unencrypted netrc files @file{~/.authinfo} and
@file{~/.netrc} will be used.
If that fails, any host and any port are looked up in the netrc file
@file{~/.authinfo.gpg}, which is a GnuPG encrypted file (@pxref{GnuPG
and EasyPG Assistant Configuration}).
Finally, the unencrypted netrc file @file{~/.netrc} will be used for
any host and any port.
The typical netrc line example is without a port.