* tramp.texi (Customizing Completion): Mention authinfo-style files.
(Password handling): `auth-source-debug' is good for debug messages.
This commit is contained in:
parent
2920829f7b
commit
ea3596a2f3
2 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2011-06-12 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* tramp.texi (Customizing Completion): Mention authinfo-style
|
||||
files.
|
||||
(Password handling): `auth-source-debug' is good for debug messages.
|
||||
|
||||
2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
* gnus.texi (Store custom flags and keywords): Refer to
|
||||
|
|
|
@ -1539,7 +1539,8 @@ can return user names only.
|
|||
@item @code{tramp-parse-netrc}
|
||||
@findex tramp-parse-netrc
|
||||
|
||||
Finally, a function which parses @file{~/.netrc} like files.
|
||||
Finally, a function which parses @file{~/.netrc} like files. This
|
||||
includes also @file{~/.authinfo}-style files.
|
||||
@end table
|
||||
|
||||
If you want to keep your own data in a file, with your own structure,
|
||||
|
@ -1598,6 +1599,10 @@ The port can be any @value{tramp} method (@pxref{Inline methods},
|
|||
@pxref{External methods}), to match only this method. When you omit
|
||||
the port, you match all @value{tramp} methods.
|
||||
|
||||
In case of problems, setting @code{auth-source-debug} to @code{t}
|
||||
gives useful debug messages.
|
||||
|
||||
|
||||
@anchor{Caching passwords}
|
||||
@subsection Caching passwords
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue