From: Michael Albinus Date: Fri, 27 Apr 2018 12:43:01 +0000 (+0200) Subject: Manual update for Tramp X-Git-Tag: emacs-27.0.90~5085 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=caa93364d47bd28633cc065e31dd5972a1e916d5;p=emacs.git 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. --- 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: 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. diff --git a/etc/NEWS b/etc/NEWS index ca46c88ce62..7d4abd384fb 100644 --- a/etc/NEWS +++ b/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.