mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:51:42 +03:00
libcurl-env.md: drop LOGNAME, USER and NTLMUSER
They were used for NTLM-WB, which support was removed for back in 8.8.0 Closes #17713
This commit is contained in:
parent
85bf8b19ac
commit
2cdc02f49f
1 changed files with 0 additions and 14 deletions
|
|
@ -66,21 +66,12 @@ When the netrc feature is used (CURLOPT_NETRC(3)), this variable is
|
|||
checked as the secondary way to find the "current" home directory (on Windows
|
||||
only) in which the .netrc file is likely to exist.
|
||||
|
||||
## `LOGNAME`
|
||||
|
||||
Username to use when invoking the *ntlm-wb* tool, if *NTLMUSER* was
|
||||
not set.
|
||||
|
||||
## `NO_PROXY`
|
||||
|
||||
This has the same functionality as the CURLOPT_NOPROXY(3) option: it
|
||||
gives libcurl a comma-separated list of hostname patterns for which libcurl
|
||||
should not use a proxy.
|
||||
|
||||
## `NTLMUSER`
|
||||
|
||||
Username to use when invoking the *ntlm-wb* tool.
|
||||
|
||||
## `SSLKEYLOGFILE`
|
||||
|
||||
When set and libcurl runs with an SSL backend that supports this feature,
|
||||
|
|
@ -91,11 +82,6 @@ analyze/view the traffic.
|
|||
These secrets and this file might be sensitive. Users are advised to take
|
||||
precautions so that they are not stolen or otherwise inadvertently revealed.
|
||||
|
||||
## `USER`
|
||||
|
||||
Username to use when invoking the *ntlm-wb* tool, if *NTLMUSER* and *LOGNAME*
|
||||
were not set.
|
||||
|
||||
# Debug Variables
|
||||
|
||||
Debug variables are intended for internal use and are documented in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue