diff options
Diffstat (limited to 'doc/misc/auth.texi')
| -rw-r--r-- | doc/misc/auth.texi | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index a16da92343e..b6368cf0517 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | @copying | 10 | @copying |
| 11 | This file describes the Emacs auth-source library. | 11 | This file describes the Emacs auth-source library. |
| 12 | 12 | ||
| 13 | Copyright @copyright{} 2008-2011 Free Software Foundation, Inc. | 13 | Copyright @copyright{} 2008-2012 Free Software Foundation, Inc. |
| 14 | 14 | ||
| 15 | @quotation | 15 | @quotation |
| 16 | Permission is granted to copy, distribute and/or modify this document | 16 | Permission is granted to copy, distribute and/or modify this document |
| @@ -64,13 +64,13 @@ It is a way for multiple applications to share a single configuration | |||
| 64 | 64 | ||
| 65 | @menu | 65 | @menu |
| 66 | * Overview:: Overview of the auth-source library. | 66 | * Overview:: Overview of the auth-source library. |
| 67 | * Help for users:: | 67 | * Help for users:: |
| 68 | * Secret Service API:: | 68 | * Secret Service API:: |
| 69 | * Help for developers:: | 69 | * Help for developers:: |
| 70 | * GnuPG and EasyPG Assistant Configuration:: | 70 | * GnuPG and EasyPG Assistant Configuration:: |
| 71 | * Index:: | 71 | * Index:: |
| 72 | * Function Index:: | 72 | * Function Index:: |
| 73 | * Variable Index:: | 73 | * Variable Index:: |
| 74 | @end menu | 74 | @end menu |
| 75 | @end ifnottex | 75 | @end ifnottex |
| 76 | 76 | ||
| @@ -182,7 +182,7 @@ Here's a mixed example using two sources: | |||
| 182 | If you don't customize @code{auth-sources}, you'll have to live with | 182 | If you don't customize @code{auth-sources}, you'll have to live with |
| 183 | the defaults: any host and any port are looked up in the netrc | 183 | the defaults: any host and any port are looked up in the netrc |
| 184 | file @code{~/.authinfo.gpg}, which is a GnuPG encrypted file | 184 | file @code{~/.authinfo.gpg}, which is a GnuPG encrypted file |
| 185 | (@pxref{GnuPG and EasyPG Assistant Configuration}). | 185 | (@pxref{GnuPG and EasyPG Assistant Configuration}). |
| 186 | 186 | ||
| 187 | If that fails, the unencrypted netrc files @code{~/.authinfo} and | 187 | If that fails, the unencrypted netrc files @code{~/.authinfo} and |
| 188 | @code{~/.netrc} will be used. | 188 | @code{~/.netrc} will be used. |
| @@ -281,7 +281,7 @@ for any of the prompts. | |||
| 281 | Note that the password needs to be evaluated if it's a function. It's | 281 | Note that the password needs to be evaluated if it's a function. It's |
| 282 | wrapped in a function to provide some security. | 282 | wrapped in a function to provide some security. |
| 283 | 283 | ||
| 284 | Later, after a successful login, @code{nnimal.el} calls the | 284 | Later, after a successful login, @code{nnimap.el} calls the |
| 285 | @code{:save-function} like so: | 285 | @code{:save-function} like so: |
| 286 | 286 | ||
| 287 | @example | 287 | @example |
| @@ -340,7 +340,7 @@ If you are using earlier versions of Emacs, you will need: | |||
| 340 | @end lisp | 340 | @end lisp |
| 341 | 341 | ||
| 342 | If you want your GnuPG passwords to be cached, set up @code{gpg-agent} | 342 | If you want your GnuPG passwords to be cached, set up @code{gpg-agent} |
| 343 | or EasyPG Assitant | 343 | or EasyPG Assistant |
| 344 | (@pxref{Caching Passphrases, , Caching Passphrases, epa}). | 344 | (@pxref{Caching Passphrases, , Caching Passphrases, epa}). |
| 345 | 345 | ||
| 346 | To quick start, here are some questions: | 346 | To quick start, here are some questions: |