mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 13:31:37 -07:00
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.
This commit is contained in:
parent
217202c084
commit
caa93364d4
2 changed files with 16 additions and 1 deletions
|
|
@ -1675,6 +1675,13 @@ file name syntax, must be appended to the machine and login items:
|
|||
machine melancholia#4711 port davs login daniel%BIZARRE password geheim
|
||||
@end example
|
||||
|
||||
@vindex auth-source-save-behavior
|
||||
If there doesn't exist a proper entry, the password is read
|
||||
interactively. After successful login (verification of the password),
|
||||
it is offered to save a corresponding entry for further use by
|
||||
@code{auth-source} backends which support this. This could be changed
|
||||
by setting the variable @code{auth-source-save-behavior} to @code{nil}.
|
||||
|
||||
@vindex auth-source-debug
|
||||
Set @code{auth-source-debug} to @code{t} to debug messages.
|
||||
|
||||
|
|
|
|||
10
etc/NEWS
10
etc/NEWS
|
|
@ -396,17 +396,25 @@ To restore the old behavior, use
|
|||
Previously eshell/kill would fail if provided a kill signal to send to the
|
||||
process. It now accepts signals specified either by name or by its number.
|
||||
|
||||
|
||||
** Pcomplete
|
||||
*** The function 'pcomplete-uniquify-list' has been renamed from
|
||||
'pcomplete-uniqify-list'.
|
||||
|
||||
|
||||
** Auth-source
|
||||
|
||||
---
|
||||
*** The Secret Service backend supports the :create key now.
|
||||
|
||||
** Tramp
|
||||
|
||||
+++
|
||||
*** New connection method "owncloud", which allows to access OwnCloud
|
||||
or NextCloud hosted files and directories.
|
||||
|
||||
+++
|
||||
*** Validated passwords are saved by auth-source backends which support this.
|
||||
|
||||
---
|
||||
** The options.el library has been removed.
|
||||
It was obsolete since Emacs 22.1, replaced by customize.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue