diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/auth.texi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index 9dc63af6bcc..872e5f88f55 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi | |||
| @@ -526,6 +526,8 @@ If several entries match, the one matching the most items (where an | |||
| 526 | while searching for an entry matching the @code{rms} user on host | 526 | while searching for an entry matching the @code{rms} user on host |
| 527 | @code{gnu.org} and port @code{22}, then the entry | 527 | @code{gnu.org} and port @code{22}, then the entry |
| 528 | @file{gnu.org:22/rms.gpg} is preferred over @file{gnu.org.gpg}. | 528 | @file{gnu.org:22/rms.gpg} is preferred over @file{gnu.org.gpg}. |
| 529 | However, such processing is not applied when the option | ||
| 530 | @code{auth-source-pass-extra-parameters} is set to @code{t}. | ||
| 529 | 531 | ||
| 530 | Users of @code{pass} may also be interested in functionality provided | 532 | Users of @code{pass} may also be interested in functionality provided |
| 531 | by other Emacs packages: | 533 | by other Emacs packages: |
| @@ -549,6 +551,22 @@ Set this variable to a string that should separate an host name from a | |||
| 549 | port in an entry. Defaults to @samp{:}. | 551 | port in an entry. Defaults to @samp{:}. |
| 550 | @end defvar | 552 | @end defvar |
| 551 | 553 | ||
| 554 | @defvar auth-source-pass-extra-query-keywords | ||
| 555 | This expands the selection of available keywords to include | ||
| 556 | @code{:max} and @code{:require} and tells more of them to accept a | ||
| 557 | list of query parameters as an argument. When searching, it also | ||
| 558 | favors the @samp{rms@@gnu.org.gpg} form for usernames over the | ||
| 559 | @samp{gnu.org/rms.gpg} form, regardless of whether a @code{:user} | ||
| 560 | param was provided. | ||
| 561 | |||
| 562 | In general, if you prefer idiosyncrasies traditionally exhibited by | ||
| 563 | this backend, such as prioritizing field count in a filename, try | ||
| 564 | setting this option to @code{nil}. But, if you experience problems | ||
| 565 | predicting the outcome of searches relative to other auth-source | ||
| 566 | backends or encounter code expecting to query multiple backends | ||
| 567 | uniformly, try flipping it back to @code{t} (the default). | ||
| 568 | @end defvar | ||
| 569 | |||
| 552 | @node Help for developers | 570 | @node Help for developers |
| 553 | @chapter Help for developers | 571 | @chapter Help for developers |
| 554 | 572 | ||