aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMichael Albinus2018-04-27 14:43:01 +0200
committerMichael Albinus2018-04-27 14:43:01 +0200
commitcaa93364d47bd28633cc065e31dd5972a1e916d5 (patch)
tree5ef5c5b24d186babfe9534e9ae9ea8f2fefef07e /doc/misc
parent217202c084232f36d4fa0fead0f3aca21396d074 (diff)
downloademacs-caa93364d47bd28633cc065e31dd5972a1e916d5.tar.gz
emacs-caa93364d47bd28633cc065e31dd5972a1e916d5.zip
Manual update for Tramp
* doc/misc/tramp.texi (Password handling): Explain, how passwords are saved permanently. * etc/NEWS: auth-source Secret Service backend supports :create. Tramp saves validated passwords.
Diffstat (limited to 'doc/misc')
-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