aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/tramp.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 02ca75d8a43..329c46bdaad 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -1675,6 +1675,13 @@ file name syntax, must be appended to the machine and login items:
1675machine melancholia#4711 port davs login daniel%BIZARRE password geheim 1675machine melancholia#4711 port davs login daniel%BIZARRE password geheim
1676@end example 1676@end example
1677 1677
1678@vindex auth-source-save-behavior
1679If there doesn't exist a proper entry, the password is read
1680interactively. After successful login (verification of the password),
1681it is offered to save a corresponding entry for further use by
1682@code{auth-source} backends which support this. This could be changed
1683by setting the variable @code{auth-source-save-behavior} to @code{nil}.
1684
1678@vindex auth-source-debug 1685@vindex auth-source-debug
1679Set @code{auth-source-debug} to @code{t} to debug messages. 1686Set @code{auth-source-debug} to @code{t} to debug messages.
1680 1687