diff options
| -rw-r--r-- | doc/misc/auth.texi | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index 11c3ec9393d..18f24ed6f0c 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi | |||
| @@ -289,12 +289,14 @@ with name extension @file{.plist}. Its format is described in the | |||
| 289 | @end example | 289 | @end example |
| 290 | 290 | ||
| 291 | @vindex auth-source-ignore-non-existing-file | 291 | @vindex auth-source-ignore-non-existing-file |
| 292 | File-based data stores are ignored in @code{auth-sources}, if the | 292 | Entries in @code{auth-sources} that point to file-based data stores are |
| 293 | underlying data file does not exist. This is relevant, if a new secret | 293 | ignored if the underlying data file does not exist. This matters if a |
| 294 | is stored in such a file; the first usable entry of @code{auth-sources} | 294 | new secret needs to be stored in a file; the first usable entry of |
| 295 | is selected as target. If you want also not existing files to be | 295 | @code{auth-sources} is selected as the target. If you want an entry |
| 296 | selected, set the user option | 296 | pointing at a non-existing file to be selected instead, set the user |
| 297 | @code{auth-source-ignore-non-existing-file} to @code{nil}. | 297 | option @code{auth-source-ignore-non-existing-file} to @code{nil}. Note |
| 298 | that with the default value of @code{auth-sources}, this will cause new | ||
| 299 | secrets to be stored in cleartext in @file{~/.authinfo}. | ||
| 298 | 300 | ||
| 299 | @node Multiple GMail accounts with Gnus | 301 | @node Multiple GMail accounts with Gnus |
| 300 | @chapter Multiple GMail accounts with Gnus | 302 | @chapter Multiple GMail accounts with Gnus |