Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
723ea6b5
Commit
723ea6b5
authored
May 01, 2012
by
Ted Zlatanov
Committed by
Katsumi Yamaoka
May 01, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auth.texi (Help for users): Update for .gpg file being second
parent
976f7668
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
doc/misc/ChangeLog
doc/misc/ChangeLog
+4
-0
doc/misc/auth.texi
doc/misc/auth.texi
+8
-5
No files found.
doc/misc/ChangeLog
View file @
723ea6b5
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
...
...
doc/misc/auth.texi
View file @
723ea6b5
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment