diff options
| author | Michael Albinus | 2018-04-27 14:43:01 +0200 |
|---|---|---|
| committer | Michael Albinus | 2018-04-27 14:43:01 +0200 |
| commit | caa93364d47bd28633cc065e31dd5972a1e916d5 (patch) | |
| tree | 5ef5c5b24d186babfe9534e9ae9ea8f2fefef07e /doc/misc | |
| parent | 217202c084232f36d4fa0fead0f3aca21396d074 (diff) | |
| download | emacs-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.texi | 7 |
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: | |||
| 1675 | machine melancholia#4711 port davs login daniel%BIZARRE password geheim | 1675 | machine melancholia#4711 port davs login daniel%BIZARRE password geheim |
| 1676 | @end example | 1676 | @end example |
| 1677 | 1677 | ||
| 1678 | @vindex auth-source-save-behavior | ||
| 1679 | If there doesn't exist a proper entry, the password is read | ||
| 1680 | interactively. After successful login (verification of the password), | ||
| 1681 | it is offered to save a corresponding entry for further use by | ||
| 1682 | @code{auth-source} backends which support this. This could be changed | ||
| 1683 | by setting the variable @code{auth-source-save-behavior} to @code{nil}. | ||
| 1684 | |||
| 1678 | @vindex auth-source-debug | 1685 | @vindex auth-source-debug |
| 1679 | Set @code{auth-source-debug} to @code{t} to debug messages. | 1686 | Set @code{auth-source-debug} to @code{t} to debug messages. |
| 1680 | 1687 | ||