diff options
Diffstat (limited to 'doc/debuginfod-find.1')
| -rw-r--r-- | doc/debuginfod-find.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/debuginfod-find.1 b/doc/debuginfod-find.1 index 3dc24bd6..a759ecba 100644 --- a/doc/debuginfod-find.1 +++ b/doc/debuginfod-find.1 @@ -105,7 +105,10 @@ features. It trusts that the binaries returned by the debuginfod(s) are accurate. Therefore, the list of servers should include only trustworthy ones. If accessed across HTTP rather than HTTPS, the network should be trustworthy. Authentication information through -the internal \fIlibcurl\fP library is not currently enabled. +the internal \fIlibcurl\fP library is not currently enabled, except +for the basic plaintext \%\fIhttp[s]://userid:password@hostname/\fP style. +(The debuginfod server does not perform authentication, but a front-end +proxy server could.) .SH "ENVIRONMENT VARIABLES" |
