Changes committed gnus/lisp (ChangeLog auth-source.el)
"Ted Zlatanov" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog auth-source.el Preliminary Tramp docs. (auth-sources): Change the default auth-sources to use EPA .gpg files. Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.1853 gnus/lisp/ChangeLog:7.1854 --- ChangeLog:7.1853 Fri May 9 23:21:25 2008 +++ ChangeLog Wed May 14 21:50:58 2008 @@ -1,3 +1,9 @@ +2008-05-14 Teodor Zlatanov <[email protected]> + + * auth-source.el: Preliminary Tramp docs. + (auth-sources): Change the default auth-sources to use + EPA .gpg files. + 2008-05-09 Teodor Zlatanov <[email protected]> * nntp.el: Autoload `auth-source-user-or-password'. Index: auth-source.el diff -u gnus/lisp/auth-source.el:7.8 gnus/lisp/auth-source.el:7.9 --- auth-source.el:7.8 Fri May 9 23:21:25 2008 +++ auth-source.el Wed May 14 21:50:58 2008 @@ -49,6 +49,15 @@ ;;; digest). If you want finer controls, explore the url-auth source ;;; code and variables. +;;; (Tramp patch pending for this!) +;;; For tramp authentication, use: + +;;; machine yourmachine.com port tramp login testuser password testpass + +;;; Note that the port can be scp or ssh, for example, to match only +;;; those protocols. When you use port = tramp, you match any Tramp +;;; protocol. + ;;; Code: (require 'gnus-util) @@ -85,8 +94,7 @@ p))) auth-source-protocols)) -;;; this default will be changed to ~/.authinfo.gpg -(defcustom auth-sources '((:source "~/.authinfo.enc" :host t :protocol t)) +(defcustom auth-sources '((:source "~/.authinfo.gpg" :host t :protocol t)) "List of authentication sources. Each entry is the authentication type with optional properties."